MyBB Community Forums

Full Version: How to convert a theme to rtl?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
There are many cool themes that I like to use in a Persian forum but I still have not figured out make a Right-to-Left (rtl) theme.

Of course there are already some rtl themes but the ones that I've found have some issues: These guys force visitors to join their forum to be able to download the themes. I find this coercion against open source spirit, so I refuse to join there. In addition, the available options are rather limited.

I just tried direction:rtl; and a couple of other tricks on global.css but they did not work. Then searched for ltr-rtl conversion solutions but could not find any straightforward answer in case of MyBB. So your answer would be much appreciated.
Ok, I figured out the answer:

Just add

text-align: right;
inside #container in global.css

Wink