Skip to content

Instantly share code, notes, and snippets.

@robhob
Last active October 25, 2019 02:20
Show Gist options
  • Save robhob/4d1f5ca8c9d084dc71d300ccc5592772 to your computer and use it in GitHub Desktop.
Save robhob/4d1f5ca8c9d084dc71d300ccc5592772 to your computer and use it in GitHub Desktop.
/* Switch to hamburger menu on tablets */
@media only screen and ( max-width:1024px) {
#et_mobile_nav_menu {
display: block;
}
#top-menu-nav {
display: none;
}
.et_header_style_left .mobile_menu_bar {
padding-bottom: 50px;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment