I have a menu on my hebrew site and the drop down section is not right aligned/rtl it is showing as if on an english site.
I've put all the relevant code in style-rtl.css but the dropdown is still not in the correct direction.
My site is http://jspca.org.il/he
If anyone can help me out with the css I would really appreciate it. I can't figure out what code needs to be changed and why it isn't working.
Thanks.

Comments

jaypan’s picture

If you are talking about the drop-down main menu, it's showing rtl here. Maybe you are seeing cached CSS. Hold shift and click refresh to load your page from the server directly, not using any of the cache.

Contact me to contract me for D7 -> D10/11 migrations.

LTech’s picture

Figured it out.
I added .art-hmenu ul
{
right: -33px!important;
}