Home Forums WoodMart support forum Bug in the new drill down menu – items disappearing in main menu Reply To: Bug in the new drill down menu – items disappearing in main menu

#528719

Bogdan Donovan
Keymaster

Hi,

Try to add the following code snippet to the Custom CSS area in Theme Settings to fix this issue.

.wd-nav.wd-drilldown-slide:not(.wd-drilldown-hide) {
	height: auto !important;
}

This issue will also be fixed in the next theme update.

Kind Regards