RTL support

Presale questions & requests related to RAXO modules
ramiwi
Posts: 1
Joined: Mar 12, 2010 7:32 pm
Joomla! version: 1.5

RTL support

Post by ramiwi »

Can i easily customize RAXO All-mode display direction with css?
User avatar
Lisa
Posts: 1014
Joined: Feb 25, 2010 7:14 pm

Re: RTL support

Post 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.
:!: Join me on Facebook to keep up with the latest RAXO news and other Joomla stuff!
AdilFattoumy
Posts: 2
Joined: Jun 14, 2013 4:20 pm

Re: RTL support

Post by AdilFattoumy »

Hello Raxo...

Well, i've not found the commented styles to make layout RTL. Can you help me please ?
User avatar
Lisa
Posts: 1014
Joined: Feb 25, 2010 7:14 pm

Re: RTL support

Post 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;
:!: Join me on Facebook to keep up with the latest RAXO news and other Joomla stuff!
Post Reply