Momo222 Posted July 30, 2021 Share Posted July 30, 2021 Site URL: https://parrot-apricot-rfb9.squarespace.com/ Hello everyone, Is there a code that would make my nav bar remain the same on all screen sizes (exc. mobile). I would like to have it all in one line, no matter the size of desktop. Atm, links fall into 2 rows when resizing, while ideally I'd like it all in one. Is it possible? Thanks so much for your help! x Link to comment
tuanphan Posted August 1, 2021 Share Posted August 1, 2021 On 7/30/2021 at 8:48 PM, Momo222 said: Site URL: https://parrot-apricot-rfb9.squarespace.com/ Hello everyone, Is there a code that would make my nav bar remain the same on all screen sizes (exc. mobile). I would like to have it all in one line, no matter the size of desktop. Atm, links fall into 2 rows when resizing, while ideally I'd like it all in one. Is it possible? Thanks so much for your help! x Add to Design > Custom CSS /* nav one line */ nav.header-nav-list { white-space: nowrap !important; width: 100% !important; } .header-title-nav-wrapper { flex: 100% !important; } .header-display-desktop { 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
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment