Mobile Nav on Desktop
$0.00
This code snippet enables the mobile menu of a Squarespace site on the desktop version.
This code snippet enables the mobile menu of a Squarespace site on the desktop version.
This code snippet enables the mobile menu of a Squarespace site on the desktop version.
CODE SNIPPET
Copy this code and add it to the CSS panel.
.header-nav-list {
display: none;
}
.header-burger {
display:flex !important;
}
.header--menu-open .header-menu {
opacity: 1;
visibility: visible;
}
.header-menu{
transition: all .3s ease;
}
-
Plan: Business or Higher
Compatibility: 7.1
-
Go to Pages > Website Tools > Custom CSS
Paste the code snippet, and save
-
No customization needed.
-
Any changes you make in the mobile menu will be visible on the desktop.
Found this code helpful?