Skip to content

Instantly share code, notes, and snippets.

@MAXHEADR0OM
Last active June 12, 2018 17:14
Show Gist options
  • Save MAXHEADR0OM/81ebac6ed246894591ab83564512bb65 to your computer and use it in GitHub Desktop.
Save MAXHEADR0OM/81ebac6ed246894591ab83564512bb65 to your computer and use it in GitHub Desktop.
Fix Divi Navigation Overlap for 10 inch screens
/* Paste this code into your style.css file or in the additional css tab in the theme customizer */
@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