MaryGraceTKC Posted June 23 Share Posted June 23 Hi, the header isn't accommodating the spacing I've chosen in my navigation menu, can anyone help me with some code to fix this? It happens with screens that are larger than mobile but smaller than a full-size desktop, which is the tricky grey area of responsive design! Thank you so much in advance 😊 Link to comment
tuanphan Posted June 25 Share Posted June 25 Maybe logo is too big I have 2 ways to solve this #1. Reduce logo on these screen sizes (with code) #2. Force burger menu appears on these screen sizes (with code) What do you think? Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message How to: Setup Password & Share url - Insert Custom CSS - Page Header - Upload Custom Font - Upload File - Find Block ID - Contact Customer Care Link to comment
MaryGraceTKC Posted July 7 Author Share Posted July 7 (edited) Hi Tuan, Thank you! I don't know why I didn't receive a notification about your reply sooner. The logo is not too big, as Squarespace sets parameters for size, but not for these extra elements. 😊 I like the option to force the burger menu, do you know the code for that? Thank you so much for your help! Edited July 7 by MaryGraceTKC Link to comment
Solution tuanphan Posted July 8 Solution Share Posted July 8 15 hours ago, MaryGraceTKC said: Hi Tuan, Thank you! I don't know why I didn't receive a notification about your reply sooner. The logo is not too big, as Squarespace sets parameters for size, but not for these extra elements. 😊 I like the option to force the burger menu, do you know the code for that? Thank you so much for your help! You can add this code to Design > Custom CSS. It will force burger appear from 900px to 1200px screen sizes. You can adjust these numbers @media screen and (min-width:900px) and (max-width:1200px) { .header-burger { display: flex !important } .header--menu-open .header-menu { opacity: 1 !important; visibility: visible !important } .header-nav,.header-actions { visibility: hidden !important } } MaryGraceTKC 1 Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message How to: Setup Password & Share url - Insert Custom CSS - Page Header - Upload Custom Font - Upload File - Find Block ID - Contact Customer Care 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