Skip to content

Instantly share code, notes, and snippets.

@reatlat
Created January 22, 2018 21:39
Show Gist options
  • Save reatlat/81264f3a86173ffe4483b583d928c857 to your computer and use it in GitHub Desktop.
Save reatlat/81264f3a86173ffe4483b583d928c857 to your computer and use it in GitHub Desktop.
DIVI: Changing the Breakpoint of the Mobile Menu
/* Setting the breakpoint of the mobile menu */
@media only screen and ( max-width: 981px ) {
#top-menu-nav, #top-menu {display: none;}
#et_top_search {display: none;}
#et_mobile_nav_menu {display: block;}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment