Dear
Menu Not Displaying correctly in Firefox when Arabic enabled.
But looking okay in Chrome.
Hi
Please add following code to Quick CSS in Enfold theme options under General Styling tab
.avia-mozilla .rtl .av_seperator_small_border .av-main-nav > li > a > .avia-menu-text {
margin-left: 0;
}
Please make sure that > sign is not converted to – http://i.imgur.com/IDXRZQ3.png in Quick CSS field.
Best regards,
Yigit
Thanks Yigit.
The same menu has one more issue the black line menu Item separator does not appear after the Home(Welcome) menu item . Its happening in both english and arabic.
Thanks
Hi!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
.av_seperator_small_border .av-main-nav > li:last-child > a > .avia-menu-text {
border: none;
}
.av_seperator_small_border .av-main-nav > li:first-child > a > .avia-menu-text {
border-left: solid 1px black;
}
Please make sure that > sign is not converted to – http://i.imgur.com/IDXRZQ3.png in Quick CSS field.
Cheers!
Yigit