Hi,
I installed the Wpml and added an RTL language on an English website.
I added the next code to the quick css to successfully fix the problem:
#top .main_menu .menu li {
float: none;
}
So far so good, but once I Enable the CSS file merging and compression in the performance tab it ignores my quick CSS fix and the sidebar looks bad.
how can I overcome this problem?
Hi uribinsted,
Best regards,
Victoria
Hi Victoria,
Thanks for your reply,
apparently it is displayed broken only once I am logged-in as admin :-)
Hi uribinsted,
Can you give us temporary admin access to your website in the private content box below, so that we can have a closer look?
Could you please attach some screenshots of the issue?
Best regards,
Victoria
Hi,
Thank you for the info.
You can use this css code to override the default style of the menu items in the HE version or language.
.html_header_sidebar[lang="he-IL"] #header .av-main-nav > li {
float: none !important;
}
It doesn’t work as expected when logged in because for some reason this css code is still in effect.
#top .main_menu .menu li {
float: right;
}
Best regards,
Ismael
Thank you Ismael,
It fixed the problem :-)
Hi uribinsted,
Glad we could help :)
If you need further assistance please let us know.
Best regards,
Victoria