Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #679592

    Dear
    Menu Not Displaying correctly in Firefox when Arabic enabled.
    But looking okay in Chrome.

    #679626

    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

    #680151

    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

    #680162

    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

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.