Mann
To restore the Max Mega Menu mobile toggle bar, go to Mega Menu > Menu Themes > Custom Styling and add the following:
1 2 3 4 5 6 7 8 |
@media (max-width: 1030px) { .responsive-layout header.main-header.layout-single-row .first-row { display: none; } .responsive-layout #main-menu>.mega-menu-wrap>.mega-menu-toggle { display: flex !important; } } |