Open
Description
Hi i just installed the ext (so maybe i just missed some configs)
and i've put a content text+image in-text right, bootstrap 6/12 50%
but i found out the HTML has wrong classes, output:
<div class="row">
<div class="col-md-6 ce-gallery ce-intext ce-right" data-ce-columns="1" data-ce-images="1">...</div>
<div class="col-md-12 ce-bodytext ce-intext">...</div>
</div>
while it should be
<div class="row">
<div class="col-md-6 ce-gallery ce-intext ce-right" data-ce-columns="1" data-ce-images="1">...</div>
<div class="col-md-6 ce-bodytext ce-intext">...</div>
</div>
otherwise paddings are not doubled and the gutter space between the 2 columns is half the normal.
i'd love also to have a couple of options like:
- classes for different media queries, like col-sm-x col-md-y
- default value 50% for example
thank you
Metadata
Metadata
Assignees
Labels
No labels