Guest Posted July 20, 2020 Share Posted July 20, 2020 Site URL: https://www.wellbeinglittleton.com/ Hello! I would like to remove the hamburger navigation on mobile view and instead display the regular desktop navigation (so have the text navigation below the logo). There are only three pages on this site, designed on Squarespace 5's Foster template. Thank you! Link to comment
tuanphan Posted July 22, 2020 Share Posted July 22, 2020 Hi. Which plan do you use? 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
tuanphan Posted July 31, 2020 Share Posted July 31, 2020 Add to Home > Design > Custom CSS @media screen and (max-width:640px) { /* remove burger */ .Mobile-bar.Mobile-bar--top { display: none; } /* Show desktop header */ [data-nc-base="header"] [data-nc-group="top"] { display: block; padding-top: 0; padding-bottom: 0; } header.Header.Header--top { display: block !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
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment