KPSS Posted September 4, 2020 Share Posted September 4, 2020 (edited) Hello, I am using theme FIVE and I'd like to move the last or rightmost link in the header nav (BUY THE BOOK, which I have styled like a button) to the right side of the page and have all the rest remain left justified (in the desktop view). How would I do this with code? Edited September 4, 2020 by KPSS Link to comment
tuanphan Posted September 4, 2020 Share Posted September 4, 2020 Can you share site url? We can check easier. Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message How to: Setup Password & Share url - Insert Custom CSS - Page Header - Upload Custom Font - Upload File - Find Block ID - Contact Customer Care Link to comment
KPSS Posted September 4, 2020 Author Share Posted September 4, 2020 (edited) thank you -https://***** Edited September 7, 2020 by KPSS Link to comment
tuanphan Posted September 5, 2020 Share Posted September 5, 2020 Add to Home > Design > Custom CSS .horizontal-navigation-bar nav { width: 70%; } .horizontal-navigation-bar nav ul>li:last-child { float: right; } KPSS 1 Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message How to: Setup Password & Share url - Insert Custom CSS - Page Header - Upload Custom Font - Upload File - Find Block ID - Contact Customer Care Link to comment
KPSS Posted September 6, 2020 Author Share Posted September 6, 2020 Awesome, that did it! Thank you. Link to comment
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment