Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save wy4tt34rp/82c5d4eb0c23747223ca285cac96dbb2 to your computer and use it in GitHub Desktop.
Save wy4tt34rp/82c5d4eb0c23747223ca285cac96dbb2 to your computer and use it in GitHub Desktop.
Divi Theme - Modify Mobile Menu Breakpoint
/* CHANGE MOBILE NAV BREAKPOINT */
@media only screen and ( max-width: 1079px ) { /* Change this number to modify breakpoint width */
#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