Skip to content

Instantly share code, notes, and snippets.

@ArtfulPussycat
Created December 30, 2016 22:45
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ArtfulPussycat/50bcab521f70f89f43286f6e01368005 to your computer and use it in GitHub Desktop.
Save ArtfulPussycat/50bcab521f70f89f43286f6e01368005 to your computer and use it in GitHub Desktop.
DIVI Static/Fixed menu
/** Fixed Mobile Menu **/
@media (max-width: 980px) {
.et_non_fixed_nav.et_transparent_nav #main-header, .et_non_fixed_nav.et_transparent_nav #top-header, .et_fixed_nav #main-header, .et_fixed_nav #top-header {
position: fixed !important; } }
.et_mobile_menu {
overflow: scroll !important;
max-height: 83vh;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment