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;
}
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
Thanks It Worked