Adjust the Hamburger Menu in Squarespace

Use CSS to customize the navigation menu and display a mobile-friendly burger menu in Squarespace:

Copy Code Example
/* Adjust Nav - Resize Hamburger Menu */ 
@media screen and (max-width:1600px) {
 /* 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;
}
}

    
Previous
Previous

How to Create a Non-Fullscreen Mobile Menu in Squarespace

Next
Next

Rounded Edge Banner Slideshow 7.1