sc484 Posted September 15 Share Posted September 15 Site URL: https://seanconnors.studio/ I have a 7.0 template and am on a personal plan. I would like to disable the hamburger menu on mobile. Ideally, I would like keep my site header as is from desktop to mobile. Link to comment
Solution Lesum Posted September 15 Solution Share Posted September 15 @sc484 Hi! You can add this code under Website > Pages > Website Tools > Custom CSS to display the site header the same way on mobile as it appears on desktop. @media screen and (max-width: 750px) { #mobileNav { display: none !important; } #mobileMenuLink { display: none !important; } #header { margin-bottom: 0px !important; } #header #logo { float: right !important; } #header #logo h1 { line-height: 1.5em !important; } #header #topNav { display: block !important; } } sc484 1 If my comments were useful, please like or mark my solution as answer so others can scroll to it quickly. Sam Web Developer & Digital Designer ☕ Did you find my contribution helpful? Buy me a coffee? Link to comment
sc484 Posted September 15 Author Share Posted September 15 @Lesum amazing thank you so much ! Lesum 1 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