claudnicolson Posted March 29, 2022 Share Posted March 29, 2022 Site URL: https://tangerine-gerbil-7cah.squarespace.com Hi, I have a site which is only 1 page (so no page/links in the header). However, on mobile it looks odd having the hamburger menu open and it being empty with the 'contact' button at the very bottom. Is it possible to centralise this button on mobile only? Or move it up in the space (image attached) If not, can we remove the hamburger menu from mobile completely? Thanks in advance! :) Link to comment
Solution tuanphan Posted March 31, 2022 Solution Share Posted March 31, 2022 Add to Design > Custom CSS /* Force desktop menu on Tablet Mobile */ @media screen and (max-width:991px) { .header-display-desktop { display: flex !important; } .header-display-mobile { display: none; } .header-burger { display: none; } .header-nav { display: flex !important; } .header-nav { } .header-actions, .header-actions-action { display: block !important; } .header-actions.header-actions--right { position: relative; left: -70px; } } 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