Home Forums WoodMart support forum Menu Spacing Reply To: Menu Spacing

#107190

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