Plugin Author
Chouby
(@chouby)
The file rtl.css is in your theme directory if your theme is rtl compatible.
That’s exactly the problem, my theme does not have an RTL.css file, but still, when I activate an RTL language from the plugin, everything flips to the right. I wish to edit the CSS file that controls this behavior so I can choose which elements to align.
(by the way, great plugin, thanks for contributing to the community)
Plugin Author
Chouby
(@chouby)
when I activate an RTL language from the plugin, everything flips to the right
This is automatically done by your browser as soon as the rtl text direction is specified in the html source.
I guess you just have to create your own rtl.css file in a child theme. You can check the rtl.css of twenty twelve to get an example.
Got it. That works all right. Thanks !