aestheticlawnco Posted July 20 Share Posted July 20 The menu button on mobile version of website opens another page where you have to click menu again to get to the page options. How do I correct this so when you click on the button for menu (2 lines) it takes you to the page options right away. Im happy how it works on the desktop version. Thanks heaps! -Erik Link to comment
Ziggy Posted July 20 Share Posted July 20 You have the links in a folder, so on mobile like on desktop you have to expand the folder, this is expected behaviour. You may be able to change it with this advice: Please like and upvote if my comments were helpful to you. Cheers! Zygmunt Spray Squarespace Website Designer Contact me: https://squarefortytwo.com 🔌 Ghost Squarespace Plugins (Referral link) 📈 SEO Space (Referral link) ⬛ SquareWebsites Plugins (Referral link) ✨ Spark Plugin (Referral link) ☕ Did I help? Buy me a coffee? Link to comment
aestheticlawnco Posted July 21 Author Share Posted July 21 Thanks for the suggestion, unfortunately it didn't work 😞 Link to comment
Solution tuanphan Posted July 22 Solution Share Posted July 22 Add this to Design > Custom CSS /* Show folder on Desktop - Normal nav on mobile */ @media only screen and (max-width: 767px) { .header-menu-nav-folder[data-folder="root"] { display: none !important; } .header-menu-nav-folder-content .header-menu-controls { display: none; } .header-menu-nav-folder:not([data-folder="root"]) { transform: unset; transition: unset; } } 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
aestheticlawnco Posted August 1 Author Share Posted August 1 Thank you soooo much for that!!!!!!! Absolutely Legend!! -Erik tuanphan 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