django-cms / djangocms-bootstrap4

django CMS Bootstrap 4 is a plugin bundle for django CMS providing several components from the popular Bootstrap 4 framework.
https://www.django-cms.org/
Other
82 stars 58 forks source link

There is no option to set native Bootstrap "row columns" classes in "row" plugin #128

Open sergeywd opened 3 years ago

sergeywd commented 3 years ago

Right now, Bootstrap has the following classes available for "row" container:

Here is an example of use:

<div class="row row-cols-1 row-cols-sm-2 row-cols-md-4">
    <div class="col">Column</div>
    <div class="col">Column</div>
    <div class="col">Column</div>
    <div class="col">Column</div>
</div>
fsbraun commented 2 years ago

I'm glad to announce that this has been added in the successor project for Bootstrap 5 (https://github.com/fsbraun/djangocms-frontend) (which, however, does not support Bootstrap 4 at the moment).