Jump to content

Show navigation menu as text - not dropdown menu?

Go to solution Solved by hilmartor,

Recommended Posts

  • Replies 2
  • Views 144
  • Created
  • Last Reply

Top Posters In This Topic

Popular Days

Top Posters In This Topic

This code by @tuanphan kinda does it but the font size is to big on the navigation.

@media screen and (max-width:767px) {
.header-display-desktop {
    display: flex !important;
}
.header-display-mobile {
    display: none !important;
}
.header-burger {
    display: none;
}
.header-title-nav-wrapper {
    flex: 1 0 100% !important;
}
.header-nav {
    display: flex !important;
    width: 70% !important;
    flex: 1 1 70% !important;
}
.header-title {
    flex: 1 0 30% !important;
}
}

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.