Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

wrong css classes ? #11

Open
davdenic opened this issue May 16, 2017 · 1 comment
Open

wrong css classes ? #11

davdenic opened this issue May 16, 2017 · 1 comment

Comments

@davdenic
Copy link

davdenic commented May 16, 2017

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

@davdenic
Copy link
Author

i also see the col-md classes are hardcoded in the php, that's not very cool if we want to override templates with col-sm classes for example

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant