• I want to collapse mobile menu. Now all menus are expanded. I’ve tried this solution I’ve found in this forum:

    @media only screen and (max-width: 719px) {
    .nav ul { display: none!important; }
    .nav li:hover ul { display: block!important; }
    }

    It works partially but menu box will not expand subsequently and submenus do not appear. Is there a solution to this issue?

Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Collapse mobile menu’ is closed to new replies.