ErinMurphy Posted October 8, 2023 Posted October 8, 2023 Hello! I hate that this centered navigation overlaps on smaller screens (such as my laptop). I searched for solutions but nothing worked. Using the Brine template here. Primary Nav position is Top Center. gregghill.com Thank you!
Solution Ziggy Posted October 9, 2023 Solution Posted October 9, 2023 The problem you've got is that this header layout, is that it puts the header into 3 even columns which on a smaller screen constrains the navigation to one third. We can tweak that with Custom CSS, this may not be perfect, but worth a shot! .Header-nav { position: absolute; margin-top: clamp(120px, 18vw, 250px); } ErinMurphy 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?
ErinMurphy Posted October 9, 2023 Author Posted October 9, 2023 12 hours ago, Ziggy said: The problem you've got is that this header layout, is that it puts the header into 3 even columns which on a smaller screen constrains the navigation to one third. We can tweak that with Custom CSS, this may not be perfect, but worth a shot! .Header-nav { position: absolute; margin-top: clamp(120px, 18vw, 250px); } Brilliant! Thank you! I knew the header was split into thirds, but didn't know how to adjust that.
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment