Home › Forums › Jevelin Theme › RTL and LTR simultaneously?
Home › Forums › Jevelin Theme › RTL and LTR simultaneously?
Hi,
My site is multi-lingual (English & Hebrew). Is there a way to turn on RTL support only to the Hebrew site and turn it off on the English site?
I appreciate the help!
Hi @Cakelab,
I hope you are well today and thank you for your question.
The theme doesn’t provide any such option but If you are using any multilingual plugin then you can check whether the plugin provides it.
Best regards,
Shufflehound team
Thank you for the quick reply,
I guess I could manage it. However, can you help with the menu?
When I disable RTL and use custom CSS code (or polylan plugin) to resolve it, I get a little space area in front of the category and the first sub-category in each column, as seen in the pic.
Do you have any idea how to resolve the issue?
Could you please share me the page URL from your site where it is displaying so that I can troubleshoot it?
Yeah, of course. Here it is:
https://cake-lab.org/he/%d7%91%d7%9c%d7%95%d7%92-%d7%a8%d7%90%d7%a9%d7%99/
Thanks!
Solution for this topic
You can resolve it by adding the following CSS code in the Custom CSS code option of your theme on the below path.
Admin Area -> Appearance -> Theme Settings -> Custom Code -> CSS Code
.sh-nav ul.sub-menu li.menu-item-has-children > a:after, .sh-nav ul.sub-menu li.menu-item li.menu-item-has-children > a:after{ display: none; }
Woohoo, it worked!
Thanks for the help and fast response.. You’re a life saver š
You are most welcome here š