vultureboy Posted November 15, 2020 Share Posted November 15, 2020 Site URL: https://gunderson.squarespace.com Hi, I would like to increase the width of my top navigation on my site so it doesn't break to two lines. There is clearly room to the right for the navigation to live on one line. I suspect it has to do with that space on the right being "reserved" for the site logo if I choose a right-aligned design. Does anyone know some clever css that would help me get around this? Thanks in advance. Eric Link to comment
tuanphan Posted November 16, 2020 Share Posted November 16, 2020 Add to Home > Design > Custom CSS /* Navigation width */ ul#nav { max-width: 90% !important; } 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
vultureboy Posted November 17, 2020 Author Share Posted November 17, 2020 Yes! That fixed it. Thank you tuanphan, you rock! Link to comment
kerin Posted December 2, 2020 Share Posted December 2, 2020 Tuanphan- This site has a lengthy nav and it gets super narrow at 1259px wide and gets narrower from there till the hamburger kicks in. How would you tweak this to preserve a little more width at this middle size? https://coral-sawfish-3cel.squarespace.com/config thanks. Kerin Link to comment
tuanphan Posted December 4, 2020 Share Posted December 4, 2020 On 12/3/2020 at 12:52 AM, kerin said: Tuanphan- This site has a lengthy nav and it gets super narrow at 1259px wide and gets narrower from there till the hamburger kicks in. How would you tweak this to preserve a little more width at this middle size? https://coral-sawfish-3cel.squarespace.com/config thanks. Kerin Add to Home > Design > custom CSS div.Header-inner--bottom { flex-direction: column; } 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
kerin Posted December 4, 2020 Share Posted December 4, 2020 YES! So awesome. Thank you so much. K. 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