Jump to content

menu button on mobile version of website opens another page where you have to click menu again to get to the page options

Go to solution Solved by tuanphan,

Recommended Posts

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

IMG_1950.PNG

IMG_1951.PNG

IMG_1952.PNG

Link to comment

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
  • Solution

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
  • 2 weeks later...

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.