Skip to content

Instantly share code, notes, and snippets.

@mdrideout
Created April 22, 2019 17:00
Show Gist options
  • Save mdrideout/de3dd4c13333311ff61c3121ccae8ebb to your computer and use it in GitHub Desktop.
Save mdrideout/de3dd4c13333311ff61c3121ccae8ebb to your computer and use it in GitHub Desktop.
Elementor - Prevent Menu From Collapsing On Mobile
// This CSS goes into the Advanced -> Custom CSS of the menu item
selector nav {
display:block;
}
selector .elementor-menu-toggle {
display: none;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment