Hello Guys,
I have updated 3 sets of my flat themes (Cerium-d, Xderium and Trixerium) to support RTL - Arabic language
If you are using hebrew, then you can change your language in head_include template
Please change the lang=ar to your "he" or "he-IL" according to your html doc preference.
I will make all my other themes slowly compatible with RTL.
Thank you,
Hanafi
I have updated 3 sets of my flat themes (Cerium-d, Xderium and Trixerium) to support RTL - Arabic language
If you are using hebrew, then you can change your language in head_include template
HTML Code:
<script type="text/javascript"> jQuery(function(){ jQuery("html[lang=ar]").attr("dir", "rtl") .find("body").addClass("RTLsupport"); }); </script>
HTML Code:
<script type="text/javascript"> jQuery(function(){ jQuery("html[lang=he]").attr("dir", "rtl") .find("body").addClass("RTLsupport"); }); </script>
Thank you,
Hanafi