Hi,
I have 5 menus 3 are using megamenu.All menus are using the same dropdown menu wide.
The problem is when i use this code (below) all non megamenu menus subcategories disappear. Is there a way around this can I create another dropdown with the same settings as wide but with a different name for those non megamenu menus?
@media only screen and (min-width: 769px)
{
.olegnaxmegamenu #nav li.wide ul.level0 { display: none; }
thanks for any help