Skip to content

Instantly share code, notes, and snippets.

@BobaWebDev
Created January 31, 2018 15:49
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save BobaWebDev/99989d174451c18346ec3794b22007a9 to your computer and use it in GitHub Desktop.
Save BobaWebDev/99989d174451c18346ec3794b22007a9 to your computer and use it in GitHub Desktop.
TwentySeventeen show mobile menu earlier
@media screen and ( max-width: 60em ) {
.js .menu-toggle {
display: block;
}
.navigation-top .wrap {
padding: 0;
}
.site-header .menu-scroll-down {
display: none;
}
.js .main-navigation ul,
.js .main-navigation > div > ul {
display: none;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment