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?
December 23, 2020 at 12:43 pm
#253315
Aizaz Imtiaz Awan
Keymaster
Hello,
You are Most Welcome.
I saw the screenshot you attached.
Please try adding the following Custom CSS in the Custom CSS for Desktop area under Theme Settings >> Custom CSS.
.menu-mega-dropdown .sub-menu > li {
margin-bottom: 0px;
}
Regards.
Xtemos Studios.