How can I add a small border or separator image between items on the main nav menu?
Hey sasha!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
.av-main-nav > li > a > .avia-menu-text { border-left: 1px solid #e2e2e2; padding-left: 13px; }
Cheers!
Yigit
Thanks