KPSS Posted September 4, 2020 Share Posted September 4, 2020 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? 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 Contact Customer Care - Learn CSS - Buy me a coffee (thank you!) Link to comment
KPSS Posted September 4, 2020 Author Share Posted September 4, 2020 thank you -https://***** 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; } Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message Contact Customer Care - Learn CSS - Buy me a coffee (thank you!) 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
Archived
This topic is now archived and is closed to further replies.