Arjuna Posted June 19 Posted June 19 Hi all, I would like to align the dropdown menu in my navigation bar so that it's left-justified and aligned to left side of the dropdown folder name. (Now it's right-justified and aligned to the right side of the dropdown folder name.) I found other forum discussions about changing the justification but they weren't addressing the same thing I'm trying to do. https://www.astrologydome.com/ Thanks!
Ziggy Posted June 19 Posted June 19 Try this Custom CSS: .header .header-layout-nav-right .header-nav .header-nav-item--folder .header-nav-folder-content { text-align: left; } .header-nav-folder-item a { text-align: left !important; } 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?
Arjuna Posted June 19 Author Posted June 19 5 hours ago, Ziggy said: Try this Custom CSS: .header .header-layout-nav-right .header-nav .header-nav-item--folder .header-nav-folder-content { text-align: left; } .header-nav-folder-item a { text-align: left !important; } Hi @Ziggy, thanks for your reply. This code doesn't quite achieve what I'm trying to do. Please see the attached image for where I would like the dropdown menu to be. Thanks! Ziggy 1
Solution Ziggy Posted June 19 Solution Posted June 19 2 hours ago, Arjuna said: Please see the attached image for where I would like the dropdown menu to be. Add this as well: .header .header-layout-nav-right .header-nav .header-nav-item--folder .header-nav-folder-content { right: auto; left: -1em; } 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?
Arjuna Posted June 20 Author Posted June 20 8 hours ago, Ziggy said: Add this as well: .header .header-layout-nav-right .header-nav .header-nav-item--folder .header-nav-folder-content { right: auto; left: -1em; } This worked! Thank you, @Ziggy!
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment