Menù responsive


Author Message
Hana

Posted: 8/3/2018
Quote message 

Magento Mega Menu will allows you to have multiple options to show what you want on the main navigation.
For M1: https://www.magesolution.com/mgs-mega-menu.html
For M2: https://www.magesolution.com/mega-menu-magento-2.html
 
Codexco Technologies

Posted: 1/2/2020
Quote message 

Hi, you can help with mediaqueries.
@media(max-width:767px){
.menu{display:none;}
.menu-responsive{
display:block;}
}
The class name are only examples.