Hello,
In the Enfold theme, how can we change (increase or decrease) the spacing between the Text headings in the Main Navigation as well as the drop down navigation? http://www.banff.com
Many thanks in advance,
Paul
Hey Paul,
You can add padding to the menu items using this in Quick CSS:
.av-main-nav li {
padding: 0 10px;
}
Best regards,
Rikard
Thank you Rikard,
That worked fine. How can we change the vertical spacing in the sub menu?
Many thanks,
Paul