Squarestuff

Share this post

How to show mobile menu on desktop in Squarespace 7.1

www.carljohnson.space

How to show mobile menu on desktop in Squarespace 7.1

Carl Johnson
Mar 16
Share this post

How to show mobile menu on desktop in Squarespace 7.1

www.carljohnson.space

One of the biggest things missing from Squarespace 7.1 is the mobile breakpoint option. Back in the days of version 7, it was easy to show your mobile menu on desktop - just by dragging the breakpoint slider.

In 7.1, though, with that slider gone, so is the option to easily achieve this.

Luckily it can be done with a little bit of code.

So first you’re going to need to head to your CSS Editor in Squarespace (Design > Custom CSS)

Then take a copy of this CSS 👇

.header-nav {
    display: none;
}
.header-actions {
    display: none;
}
.header-burger {
  display: flex;
}

.header--menu-open .header-menu {
opacity: 1;
visibility: visible;
}

Then paste it into the CSS editor and hit ‘Save’.

And that’s it!

Share

Share this post

How to show mobile menu on desktop in Squarespace 7.1

www.carljohnson.space
Previous
Comments
TopNew

No posts

Ready for more?

© 2023 Carl Johnson
Privacy ∙ Terms ∙ Collection notice
Start WritingGet the app
Substack is the home for great writing