hello,
After making the website to persian language I found out that the menu is not RTL.
Please help me solve it. Here you can take a look at it: www.ezaban.com
Bests,
Hi,
Try adding the bellow css in your appearance->customize->custom css:
nav .menu li .menu-sidebar {float:left;width:700px;background:#009dd8;}
Let me know if this helps.
half way fixed.
I mean the submenu opens on the left side instead of right. and all text should be aligned to left (but they are aligned to right)
Thanks,
Hi,
Do you want the menu to look like this: http://prntscr.com/gci3km
If yes, then in my custom css that I provided in the previous reply change the "float:left;" to "float:right;".
-------------
In RTL all the texts starts from the right and you are saying that it should be aligned to left, then how can it be in RTL if its aligned to left ?