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?

#253315

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.