this might be a RTL issue
in my enfold themed website the most right small separator between menu items is missing
(between the most right menu item and the middle menu item there isn’t a separator
but between the search icon and the most left menu item there is a separator..)
can you help please?
also, is there a way to make the small separators just a little bit more darker?
below there’s a link to screen shot (showing the problem) and to the website
(by the way, if i change the setting to large separator, the most right separator isn’t missing but i prefer the small ones, they are much more elegant!)
thanks in advance
Doron
Shalom!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
.av_seperator_small_border .av-main-nav>li:first-child>a>.avia-menu-text {
border-left: solid 1px #e1e1e1;
}
.av_seperator_small_border .av-main-nav>li>a>.avia-menu-text {
border-color: #888!important;
}
Please make sure that > sign is not converted to – http://i.imgur.com/IDXRZQ3.png in Quick CSS field
Regards,
Yigit
Shalom and thank you so much!
works perfectly :)