Home Forums WoodMart support forum Section title font, Mobile Menu Sidebar etc. Reply To: Section title font, Mobile Menu Sidebar etc.

#206324

Hello,

You are Most Welcome.

I saw the screenshot you attached. To make the height of the items the same. Please try and add the following Custom CSS in the Custom CSS for Desktop area under Theme Settings >> Custom CSS.

.categories-menu-dropdown .woodmart-nav-link {
height: 44px;
}

Best Regards.