Mobile submenus will not collapse
-
Mobile submenus will not collapse in hueman theme. Menus are always expanded. Any fix on this? I’ve tried this css with no result:
@media only screen and (max-width: 719px) {
.nav ul { display: none!important; }
.nav li:hover ul { display: block!important; }
}
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘Mobile submenus will not collapse’ is closed to new replies.