Skip to content

Instantly share code, notes, and snippets.

@rali14
Created June 18, 2015 13:20
Show Gist options
  • Save rali14/0f71be53290259509dfe to your computer and use it in GitHub Desktop.
Save rali14/0f71be53290259509dfe to your computer and use it in GitHub Desktop.
Increase width of mega menu in Listify
@media (min-width: 992px) {
.mega-category-list-wrapper {
max-width: 99% !important;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment