Right to Left language

denis1083832

New Member
YetiShare User
Apr 10, 2014
23
0
0
Hellow,
as you know the English language is Left to right,
I start to translate my web site to Hebrew and its need to be Right to left, how i change this just on the Hebrew language?

Thanks
 

adam

Administrator
Staff member
Dec 5, 2009
2,046
108
63
Hi,

You'll need to change the theme to support rtl. Changing the html css style like this should get it started:

In /themes/blue_v2/styles/screen.css find:

Code:
html, body
{
Add to the section:

Code:
direction: rtl;
This wont automatically make everything work, it'll make forms, tables etc work from rtl. You'll need to work over the css for the other elements to also make them work.