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?
April 14, 2021 at 6:21 am
#282590
Aizaz Imtiaz Awan
Keymaster
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.