Created
June 13, 2022 13:55
-
-
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
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| @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