Madison_hanley Posted March 31, 2022 Share Posted March 31, 2022 (edited) Site URL: https://www.beginonballard.com/ Hello there, I am hoping to adjust the header navigation so just the 'Shop' and 'Collections' tabs are to the right of the logo. Do you have any suggestions for proceeding? Thank you so much! Edited March 31, 2022 by Madison_hanley Link to comment
tuanphan Posted April 2, 2022 Share Posted April 2, 2022 Try adding to Design > Custom CSS /* Header nav */ div.header-nav-item:nth-child(n+3) { position: absolute; right: 2vw; } div.header-nav-item:nth-child(4) { right: 8vw; } 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
Madison_hanley Posted April 5, 2022 Author Share Posted April 5, 2022 Awesome - thank you! Is there a way to move 'Studio' to the right so the navigation menu items are evenly spaced? Link to comment
Madison_hanley Posted April 5, 2022 Author Share Posted April 5, 2022 Fixed! tuanphan 1 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