Hi!
I just wanted to do some bootstrap-tests. I installed the bootstrapper-plugin, enabled everything in it and then tried the following:
<div class="container">
<div class="row">
<div class="col-md-4">1 of 3</div>
<div class="col-md-4">2 of 3</div>
<div class="col-md-4">3 of 3</div>
</div>
</div>
But, this doesn`t have any effect. Is there some more to do, to enable bootstrap?
Best, siren