EddiOS42 Posted February 21, 2023 Posted February 21, 2023 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).
Ziggy Posted February 21, 2023 Posted February 21, 2023 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 Hire me on Upwork! 📈 SEO Space (Referral link) Ⓜ️ Will Myers' Plugins & Tutorials (Referral link) 🔌 Ghost Squarespace Plugins (Referral link) ⬛ SquareWebsites Plugins (Referral link) 🔲SQSP Themes (Referral link) ✨ Spark Plugin (Referral link) 🖼️Pinch-to-Zoom Gallery Lightbox Plugin (Referral link) ☕ Did I help? Buy me a coffee?
EddiOS42 Posted June 16, 2023 Author Posted June 16, 2023 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/
Solution tuanphan Posted June 20, 2023 Solution Posted June 20, 2023 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 Contact Customer Care - Learn CSS - Buy me a coffee (thank you!)
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment