Skip to content

Instantly share code, notes, and snippets.

@vikastyagi87
Created July 24, 2020 03:23
Show Gist options
  • Save vikastyagi87/36648308cf6244ee3d4335a5540a124e to your computer and use it in GitHub Desktop.
Save vikastyagi87/36648308cf6244ee3d4335a5540a124e to your computer and use it in GitHub Desktop.
Show Secondary Menu Items in Secondary Menu on Mobiles Or show top bar
//force the menu items to remain visible in the secondary header on mobiles using this CSS
//show top bar
@media (max-width: 980px) {
#top-header, div#et-secondary-menu, ul#et-secondary-nav {
display: block !important;
}
#top-header .container {
padding-top: 0.75em !important;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment