Home Forums WoodMart support forum Mega menu min height Reply To: Mega menu min height

#160962

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.