Skip to content

Instantly share code, notes, and snippets.

@generatepress
Last active January 14, 2019 22:35
Show Gist options
  • Save generatepress/c23aef2d05807c39bb32 to your computer and use it in GitHub Desktop.
Save generatepress/c23aef2d05807c39bb32 to your computer and use it in GitHub Desktop.
Initiate the mobile menu at your desired width
@media (max-width: 768px) {
.main-navigation .menu-toggle,
.main-navigation .mobile-bar-items,
.sidebar-nav-mobile:not(#sticky-placeholder) {
display: block;
}
.main-navigation ul,
.gen-sidebar-nav {
display: none;
}
[class*="nav-float-"] .site-header .inside-header > * {
float: none;
clear: both;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment