Patterson Posted September 16, 2021 Share Posted September 16, 2021 Site URL: https://flamingo-goby-tkw6.squarespace.com/ Password: home Is there anyway I can expand the are where the three items - Available Homes - Application - Resource Hub, on this nav is to allow them to all appear on the same line? Yes, I could lower the font size but I would rather not and there is plenty of white space for the items to fit in. Screenshot attached below. Thank you in advance for any assistance! Patterson Link to comment
tuanphan Posted September 19, 2021 Share Posted September 19, 2021 Add to Design > Custom CSS /* nav one line */ nav.header-nav-list { white-space: nowrap !important; } .header-nav { width: 70% !important; flex: 1 1 70% !important; } Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message Contact Customer Care - Learn CSS - Buy me a coffee (thank you!) Link to comment
Patterson Posted September 20, 2021 Author Share Posted September 20, 2021 On 9/19/2021 at 5:31 AM, tuanphan said: Add to Design > Custom CSS /* nav one line */ nav.header-nav-list { white-space: nowrap !important; } .header-nav { width: 70% !important; flex: 1 1 70% !important; } Awesome, thank you very much! Is there anyway to easily center these? Link to comment
tuanphan Posted September 24, 2021 Share Posted September 24, 2021 On 9/21/2021 at 1:09 AM, Patterson said: Awesome, thank you very much! Is there anyway to easily center these? Not really a good way .header-nav { width: 70% !important; flex: 1 1 70% !important; position: relative; right: -100px; } Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message Contact Customer Care - Learn CSS - Buy me a coffee (thank you!) Link to comment
Patterson Posted September 25, 2021 Author Share Posted September 25, 2021 Understood, thank you for adding. Link to comment
Recommended Posts
Archived
This topic is now archived and is closed to further replies.