Home Forums WoodMart support forum Add Space between Menu in Header Reply To: Add Space between Menu in Header

#319860

Hello,

Thank you very much for choosing our theme and for contacting us.

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

body .wd-nav-main li a{
padding:0 40px;
}

You can change 40px to increase or decrease the gap between the menu items.

Best Regards