Skip to content

Instantly share code, notes, and snippets.

@runezero
Created June 13, 2022 13:55
Show Gist options
  • Select an option

  • Save runezero/37478cf98149d10c790b600e8a1b97db to your computer and use it in GitHub Desktop.

Select an option

Save runezero/37478cf98149d10c790b600e8a1b97db to your computer and use it in GitHub Desktop.
[Mobile menu custom width] Change the breakpoint for the mobile menu width #enfold
@media (max-width: 1250px) { /* Change the width as you need */
.responsive #top #avia-menu.av-main-nav .menu-item {
display: none !important;
}
.responsive #top .#avia-menu.av-main-nav .menu-item-avia-special {
display: block !important;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment