Home › Forums › WoodMart support forum › Mega menu min height › Reply To: Mega menu min height
December 4, 2019 at 7:48 am
#160962
Aizaz Imtiaz Awan
Keymaster
Hello,
Actually by default the drop down contains the min height as same like the length of categories menu list.
So to change this you can use the below CSS code in Theme settings >> Custom CSS >> Global Custom CSS:
.sub-menu-dropdown{
min-height: 0px !important;
}
Best Regards.