MarcAdam Posted April 10 Posted April 10 (edited) Hi all, This seems like it should be so easy to do, but I haven't been able to see how it's possible (which is slightly mind-boggling). I'd like to keep the logo in the center of the header but move the "Contact" and "Appointments" navigation link to the right side of the site header. https://www.embodiedlivingwithmarc.com Password: marco Any help you can provide would be very appreciated. Thank you! Best, Marc Edited April 10 by MarcAdam Lelle56 1
Ziggy Posted April 10 Posted April 10 It's not a native option, so it's not easy to do, luckily there are lovely people who have figured this out and share their code, this is one of many options: tuanphan 1 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?
tuanphan Posted April 13 Posted April 13 You can also try this guide I wrote recently https://summaryblock.com/left-menu-middle-logo-right-menu/ 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!)
breakwater Posted April 14 Posted April 14 I have a button and a menu dropdown in my navigation. Is it possible to switch the location of the button to be first, and then the dropdown menu to be in the last space? Image below: basically have them swap places. Thankyou!
tuanphan Posted April 18 Posted April 18 On 4/14/2024 at 11:49 PM, breakwater said: I have a button and a menu dropdown in my navigation. Is it possible to switch the location of the button to be first, and then the dropdown menu to be in the last space? Image below: basically have them swap places. Thankyou! Hi, We can use some CSS flex to change order of these items. If you share site url, we can help 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!)
Lelle56 Posted June 12 Posted June 12 (edited) hey @tuanphan I am in need of the same as this post, I followed your guide and am having just some issues with the right hand side of my menu, I'd like the "CART" button to be farthest child right and I'd like all the right hand menu items to be justified far right with no padding, same as left. Also would like them to be evenly spaced in between items, like left. For some reason not able to figure it out! Attaching a screenshot and here's my website: https://magnolia-hibiscus-g8lg.squarespace.com/ Password: standout May you assist? thank you!! Edited June 12 by Lelle56
tuanphan Posted June 15 Posted June 15 On 6/13/2024 at 1:11 AM, Lelle56 said: hey @tuanphan I am in need of the same as this post, I followed your guide and am having just some issues with the right hand side of my menu, I'd like the "CART" button to be farthest child right and I'd like all the right hand menu items to be justified far right with no padding, same as left. Also would like them to be evenly spaced in between items, like left. For some reason not able to figure it out! Attaching a screenshot and here's my website: https://magnolia-hibiscus-g8lg.squarespace.com/ Password: standout May you assist? thank you!! You can use this code to Custom CSS box /* Fix cart */ .header-actions.header-actions--right { flex-direction: row-reverse !important; justify-content: flex-start !important; } .header-actions.header-actions--right nav>div:last-child { margin-right: 0 !important; } Lelle56 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!)
Hattol Posted November 25 Posted November 25 Thanks so much for the guide! I tried it but have two issues: 1. I would like the third menu item, Collaborations, to stay on the left hand side 2. I would like the two social icons to move furthest right, after the two menu items Personal work and Contact Can you please help?
tuanphan Posted November 28 Posted November 28 On 11/26/2024 at 4:34 AM, Hattol said: Thanks so much for the guide! I tried it but have two issues: 1. I would like the third menu item, Collaborations, to stay on the left hand side 2. I would like the two social icons to move furthest right, after the two menu items Personal work and Contact Can you please help? Do you have site url? 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