Home › Forums › Jevelin Theme › Error with RTL Version
Home › Forums › Jevelin Theme › Error with RTL Version
I just installed a demo content and my website multi languages (RTL and LTR) so now when use it RTL I had issue in header with social icons , logo and menu see my website
Hi Joseph,
I hope you are well today and thanks for posting here.
Could you please tell me exactly how you want it to display so that I can help you?
Best regards,
Shufflehound team
Please see screenshot attached to see what I mean
You can achieve 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
html[dir="rtl"] .sh-table-cell.sh-group { float: right !important; padding-top: 20px; } html[dir="rtl"] .sh-table-cell:first-child { float: left !important; }
Now I have two another problems related to RTL also
1- in the english version
as you see the footer RTL and surely it must be LTR in English version
2- Copyrights down of website I can not write it in english version as english and in arabic version in arabic how I can do this as you see in both versions it arabic
1- in the english version
as you see the footer RTL and surely it must be LTR in English version
Please use below custom CSS code to resolve it.
html[lang="en-US"] body { text-align: left; }
2- Copyrights down of website I can not write it in english version as english and in arabic version in arabic how I can do this as you see in both versions it arabic
To achieve that you have to use any multilingual translation plugin such as WPML.