Created
March 10, 2020 01:10
-
-
Save khoipro/67f12597b28afcba8de309a0bab8939a to your computer and use it in GitHub Desktop.
Max Mega Menu - Remove equal height or large space in each sub-menu.
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
| // Add below code to Max Mega Menu | Custom Styling | |
| @include desktop { | |
| #{$wrap} #{$menu} li.mega-menu-megamenu > ul.mega-sub-menu { | |
| min-height: auto !important; | |
| overflow: auto; | |
| } | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment