audball Posted May 13 Share Posted May 13 I'm trying to customize the mobile navigation menu on the wells template. Currently, the mobile menu comes down from the top, but I'd like it be a sidebar, like it is on desktop. I'd like to behave just like this https://www.joestpierrephoto.com/ Can someone help me write custom code that would allow me to achieve this? It would be a huge help 🙂 Link to comment
audball Posted May 13 Author Share Posted May 13 The website I'm trying to customize is here: https://www.candiceconner.com/ Link to comment
tuanphan Posted May 14 Share Posted May 14 You mean click Burger > Menu will slide from left to right? 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 May 18 Share Posted May 18 On 5/13/2023 at 7:24 AM, audball said: The website I'm trying to customize is here: https://www.candiceconner.com/ Add to Design > Custom CSS div#mobileNav { position: fixed !important; height: auto !important; width: 50%; transform: translateX(-100%); transition: all 0.3s ease; } div#mobileNav.menu-open { transform: translateX(0); transition: all 0.3s ease; } 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