css - Bootstrap 3 - Wrapping row with collapsing containers -
I'm having trouble stacking the containers of the collapse. I used them with a three columns of width 4 Row is set in . If another column has been added, then it is pushed into the next line which is the desired behavior but if I open the container about the new start line, when it opens it, push the newly wrapped container on the right So the layout is wrong now. If you un-collapse the first row, then it goes back to describe the Quick Picture position below.
EDIT: When three columns are under the
col-md-4 setting, the cleanfix works great when it comes down to a small size, Code> col-sm-6 , and then the clearfix is making it, so there are two columns, the row of one column, then the next line starts again three times or any solution of this Want to reconsider your layout?
< Div class = "post-text" itemprop = "text">
You must add a clearfix element after the third element to fix this layout.
& lt; Div class = "clearfix" & gt; & Lt; / Div & gt;
More information can be found at:
Comments
Post a Comment