Home › Forums › WoodMart support forum › Mega Menu has padding around static block › Reply To: Mega Menu has padding around static block
January 9, 2020 at 2:54 pm
#167170
Elise Noromit
Member
Hello,
Please add this code to the Theme Settings > Custom CSS > Global:
body .vertical-navigation .menu-item-design-full-width .sub-menu-dropdown {
padding-top: 0;
padding-right: 0;
padding-left: 0;
}
Best Regards