Skip to content

Instantly share code, notes, and snippets.

@khoipro
Created March 10, 2020 01:10
Show Gist options
  • Select an option

  • Save khoipro/67f12597b28afcba8de309a0bab8939a to your computer and use it in GitHub Desktop.

Select an option

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.
// 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