Hi, I selected the large separator option for the menu but the right side separator is missing as you can see here – http://screencast.com/t/qcVVjF2X – how can I add it?
Also, how can increase the spacing between the different menu items?
Thanks.
Hey DROR!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
ul#avia-menu > li:nth-child(1) > a {
border-right: 1px solid #e2e2e2;
}
Please make sure that > sign is not converted to – http://i.imgur.com/IDXRZQ3.png in Quick CSS field.
Cheers!
Yigit
Great, thanks. What about adding more space between the menu items?
Hi!
Please insert the below css and adjust the min-width to an appropriate value:
.av_seperator_big_border .av-main-nav > li > a {
min-width: 130px !important;
}
Cheers!
Dake