Skip to content

Instantly share code, notes, and snippets.

@dividezigns
Last active May 6, 2018 05:25
Show Gist options
  • Save dividezigns/f803577d539de17ce10e4afe6139214d to your computer and use it in GitHub Desktop.
Save dividezigns/f803577d539de17ce10e4afe6139214d to your computer and use it in GitHub Desktop.
This code will change the break point to reveal Divi's mobile menu. Place this code in style.css file in your child theme directory.
@media (max-width: 1024px) {
#et_mobile_nav_menu {
display: block;
}
#top-menu {
display: none;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment