Home Forums WoodMart support forum Reduce space between mega menu titles Reply To: Reduce space between mega menu titles

#217610

Hello,

I saw the screenshot you attached. Please try adding the following Custom CSS in the Global Custom CSS area under Theme Settings >> Custom CSS.

.mega-menu-list .sub-sub-menu li a, .menu-mega-dropdown .sub-sub-menu li a {
padding: 10px 0;
}

You can adjust the value accordingly.

Regard’s.
Xtemos Studio.