Home Forums WoodMart support forum How to reduce the indentation between menu items (second level) in a mega menu? Reply To: How to reduce the indentation between menu items (second level) in a mega menu?

#282590

Hello,

I saw the screenshot you attached.

Please try and replace the previous Custom CSS with the following.

.wd-dropdown-menu .wd-sub-menu li a {
    padding-top: 5px;
    padding-bottom: 5px;
}

.wd-dropdown-menu .wd-sub-menu > li {
margin-bottom: 0px;
}

Regards.
Xtemos Studios.