django-bootstrap4 icon indicating copy to clipboard operation
django-bootstrap4 copied to clipboard

RTL Bootstrap Support

Open MRdevX opened this issue 7 years ago • 3 comments

Hi, i'm working on an opensource project and i want to make it RTL, the project uses django-bootstrap4. is there any way to integrate rtl-bootstrap with django-bootstrap4 ? thanks

MRdevX avatar Jun 10 '18 14:06 MRdevX

Just adding this to your settings should do most of the work:

BOOTSTRAP4 = {
    'css_url': 'https://cdn.rtlcss.com/bootstrap/v4.0.0/css/bootstrap.min.css',
}

xi avatar Jun 18 '18 12:06 xi

thanks alot, but... unfortunately nothing happened after doing this. i'm working on Saleor Project. do you think there is any alternative way to make it happen?

MRdevX avatar Jun 20 '18 21:06 MRdevX

Hi all, little to no RTL experience here, so any input from people who do use RTL pages would be most welcome.

dyve avatar Aug 26 '18 05:08 dyve