Community

Menu child links not showing rtl on Hebrew site

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

If you are talking about the

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.

Jaypan We build websites

The beginning of the drop

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