Home Forums WoodMart support forum Mega menu paddings Reply To: Mega menu paddings

#564277

Hung Pham
Keymaster

Hi hrabanekjakub,

Thanks for reaching to us.

Please add the following Custom CSS code to Theme Settings > Custom CSS > Global Custom CSS:

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

Regards,