ErinMurphy Posted October 8 Share Posted October 8 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! Link to comment
Solution Ziggy Posted October 9 Solution Share Posted October 9 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 🔌 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
ErinMurphy Posted October 9 Author Share Posted October 9 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. 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