Jump to content

Hamburger Menu on Desktop

Recommended Posts

  • Replies 13
  • Views 703
  • Created
  • Last Reply

Top Posters In This Topic

Add to Design > Custom CSS

/* force burger on desktop */
@media screen and (min-width:992px) {
 /* hide navigation */
    .header-nav {
    display: none;
}
/* Hide header button */
.header-actions {
    display: none;
}
/* show burger */
.header-burger {
  display: flex;
}
/* Show overlay mobile menu */
.header--menu-open .header-menu {
opacity: 1;
visibility: visible;
}
/* menu size */
.header-menu.header-menu--folder-list {
    left: unset;
    width: 30%;
    bottom: unset;
    height: 70%;
}
}

 

Edited by tuanphan

Email me if you have need any help (free, of course.). Answer within 24 hours. 
Or send to forum message

Contact Customer Care - Learn CSS - Buy me a coffee (thank you!)

Link to comment
  • 9 months later...

I have inserted the code from above, but when I go one page further in the menu, for example in the menu on products ... then the menu moves to the left and you see it on the page? 

I have two pictures, I think they explain it better than I do, I hope you can help me. 

Screenshot (10).png

Screenshot (11).png

Link to comment
2 minutes ago, Pylone_mov said:

I have inserted the code from above, but when I go one page further in the menu, for example in the menu on products ... then the menu moves to the left and you see it on the page? 

and there is also this white line for scrolling as soon as i go to the next page in the menu, you can see it in the second picture in the middle. 

 

2 minutes ago, Pylone_mov said:

I have two pictures, I think they explain it better than I do, I hope you can help me. 

Screenshot (10).png

Screenshot (11).png

 

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.