Home Forums WoodMart support forum HTML BLOCKS (extra menu list) Reply To: HTML BLOCKS (extra menu list)

#230627

Hello,

I saw the screenshot you attached.

Sorry but there is no option in Theme Settings for that. If we try using Custom CSS it could disturb the layout of other elements.

If you still want to CSS then try adding the following in the Custom CSS for Desktop area under Theme Settings >> Custom CSS.

.menu-mega-dropdown .sub-menu {
height: 220px;
overflow: scroll;
}

Best Regards.