Page 1 of 1

RTL support

Posted: Mar 12, 2010 7:58 pm
by ramiwi
Can i easily customize RAXO All-mode display direction with css?

Re: RTL support

Posted: Mar 12, 2010 8:18 pm
by Lisa
Yes. Every module template includes commented CSS file. This file contains all necessary classes for all module elements.
So you can easily apply CSS rules to change the layout directions.

Re: RTL support

Posted: Jun 14, 2013 4:28 pm
by AdilFattoumy
Hello Raxo...

Well, i've not found the commented styles to make layout RTL. Can you help me please ?

Re: RTL support

Posted: Jun 17, 2013 3:48 pm
by Lisa
There are no predefined RTL styles in module template CSS files.
But you can easily find every content element (title, text, etc.) because CSS files are well-commented.
And you just add CSS rules to align text and other elements to the right.
E.g. for text use:

Code: Select all

text-align: right;