Home › Forums › WoodMart support forum › Menu Spacing › Reply To: Menu Spacing
February 13, 2019 at 7:44 am
#107190
Elise Noromit
Member
Hello,
Please add this code to the Theme Settings > Custom CSS > Global:
body .woodmart-navigation .item-level-0 > a {
padding-left: 10px;
padding-right: 10px;
}
Change 10px for the value as per your needs.
Best Regards