Jump to content

Customize mobile menu (Wells)

Recommended Posts

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
  • Replies 4
  • Created
  • Last Reply

Top Posters In This Topic

Top Posters In This Topic

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

Create an account or sign in to comment

You need to be a member in order to leave a comment

×
×
  • Create New...

Squarespace Webinars

Free online sessions where you’ll learn the basics and refine your Squarespace skills.

Hire a Designer

Stand out online with the help of an experienced designer or developer.