claudnicolson Posted March 29, 2022 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! :)
Solution tuanphan Posted March 31, 2022 Solution 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 Contact Customer Care - Learn CSS - Buy me a coffee (thank you!)
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment