I just discover Twitter Bootstrap and I'm wondering if there is a right-to-left (RTL) version of it. Does anyone know?

- 11,812
- 19
- 76
- 129

- 2,273
- 8
- 36
- 70
-
1Not an official one. But it's been forked—use the Google to find one you like. – Cody Gray - on strike May 11 '12 at 06:07
-
For Bootstrap 3, [check this question](http://stackoverflow.com/q/19730598). – Muhammad Reda Jan 27 '14 at 10:17
6 Answers
I would suggest this http://pyjamacoder.com/2012/02/01/twitter-bootstrap-v2-rtl-edition/

- 53,448
- 46
- 161
- 251
-
3please vote to reopen this question, It's useful for RTL languages, I want to have more editions of RTL version of Twitter Bootstrap. – Ehsan Apr 28 '13 at 16:07
-
So this guy ran the CSS through a conversion tool (R2). Doing so would usually result in code with many unresolved issues. Is he familiar with an RTL language and has he actually tested his output in an actual project with a real RTL language. And what about JS components. Has anyone else tested this and was happy with the result? – Basel Shishani Jun 26 '13 at 02:46
I like this: http://rbootstrap.ir/
It works really well.

- 26,379
- 14
- 93
- 105

- 4,048
- 2
- 29
- 34
For Bootstrap 3; I recommend this library. It works on top of Bootstrap core (think of it as a Bootstrap theme) which gives you the advantage of keeping Bootstrap core up-to-date without losing the RTL support.
For Bootstrap 2; I would suggest this repository. It works standalone (not using Bootstrap core as a dependency).

- 26,379
- 14
- 93
- 105
bootstrap 3 arabic RTL ... link: https://github.com/zeroxme/bootstrap-3-arabic

- 41
- 3
My answer here for:
bootstrap-3-3-7-rtl and RTL Bootstrap 4.0.0-alpha.6.1
thank you parsmizban.com for creating and share.

- 3,465
- 2
- 26
- 55
This is pretty good for bootstrap 3 RTL support. http://www.eyadio.com/post/2013/08/29/Twitter-Boostrap-version-3-with-RTL-support

- 11
- 1