Home › Forums › WoodMart support forum › different size of mega menu for laptop › Reply To: different size of mega menu for laptop
February 18, 2020 at 7:00 am
#174163
Elise Noromit
Member
Hello,
Please add this code to the Theme Settings > Custom CSS > Global:
@media screen and (min-width:2000px){
.item-event-hover:hover>.sub-menu-dropdown{
min-width:2500px;
}
}
Set the values as per your needs.
Best Regards