Skip to content

Instantly share code, notes, and snippets.

@hbaker
Created January 25, 2018 02:01
Show Gist options
  • Save hbaker/345d815160f3fedcab63d4a0dd084c7e to your computer and use it in GitHub Desktop.
Save hbaker/345d815160f3fedcab63d4a0dd084c7e 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;}
}
@Dankniel
Copy link

Thanks! This actually worked for me 👍

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment