EddiOS42 Posted February 21 Share Posted February 21 Hi, I'm trying to move the navigation bar to the right side. So in my case, the About page should be on the right. I've searched the web but couldn't find anything that works (tried all the css code I could find). I also can't link the url as I'm in trial mode (2nd day). Link to comment
Ziggy Posted February 21 Share Posted February 21 Have you found the header layout options when editing the header? Edit a page and then click on the header where it says edit header. https://support.squarespace.com/hc/en-us/articles/360000667707-Building-a-site-header Sharing your website is generally quite important for getting help, and with a site wide password, you can share it here (as well as test on your phone or get feedback from others) https://support.squarespace.com/hc/en-us/articles/205815528-Site-wide-passwords Please like and upvote if my comments were helpful to you. Cheers! Zygmunt Spray Squarespace Website Designer Contact me: https://squarefortytwo.com 🔌 Ghost Squarespace Plugins (Referral link) 📈 SEO Space (Referral link) ⬛ SquareWebsites Plugins (Referral link) ✨ Spark Plugin (Referral link) ☕ Did I help? Buy me a coffee? Link to comment
EddiOS42 Posted June 16 Author Share Posted June 16 Hi, I've attached the link below. I want the logo to be centered, and the pages to be on the right. The given layout options for desktop do not have that. https://www.eddiekuo.design/ Link to comment
Solution tuanphan Posted June 20 Solution Share Posted June 20 Keep your current layout (left nav - middle logo) then add this to Design > Custom CSS /* Nav to right */ @media screen and (min-width:992px) { .header-title-nav-wrapper { flex: 1 0 100% !important; flex-direction: row-reverse; } .header-nav-wrapper { text-align: right; } .header-title-logo a { position: absolute; left: 50%; top: 50%; transform: translate(-50%,-50%); z-index: 99999; } } EddiOS42 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
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment