Home › Forums › WoodMart support forum › Mega menu paddings › Reply To: Mega menu paddings
May 9, 2024 at 8:54 am
#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,