Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #571360

    Hello,
    I have WPML and Enfold.
    With arabic content, my Top menu in which my language menu is shown i have a little problem with a margin.
    My item “English” stick the separator. and i can’t overide this CSS :

    .av_secondary_right .sub_menu>ul>li:last-child
    padding-right: 0;
    }

    #571371

    Hi Toulmonde!

    I could not reproduce the issue on your website. Have you been able to figure it out already?
    If not, please try adding !important rule as following

    .av_secondary_right .sub_menu>ul>li:last-child
    padding-right: 0 !important;
    }

    Please make sure that > sign is not converted to – http://i.imgur.com/IDXRZQ3.png in Quick CSS field.

    If that does not help, please post a screenshot and show the issue. You can upload your screenshots on imgur.com or Dropbox public folder and post the links here

    Cheers!
    Yigit

    #575229

    Thanks It Worked

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Arabic menu, padding problem’ is closed to new replies.