RTL support
RTL support
Can i easily customize RAXO All-mode display direction with css?
Re: RTL support
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.
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!
-
- Posts: 2
- Joined: Jun 14, 2013 4:20 pm
Re: RTL support
Hello Raxo...
Well, i've not found the commented styles to make layout RTL. Can you help me please ?
Well, i've not found the commented styles to make layout RTL. Can you help me please ?
Re: RTL support
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:
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!