How can I add some space between main menu items?
Hi!
Default horizontal padding between menu items is 13px, you can use the following CSS code to change that:
.av-main-nav > li > a {
padding: 0 20px;
}
Best regards,
Josue
I added that code exactly, but no change was apparent?
Hi!
Please make sure that > sign is not converted to – http://i.imgur.com/IDXRZQ3.png in Quick CSS field
Cheers!
Yigit