it would be really great if somebody can help me with an issue: http://jsfiddle.net/wruetay4/4/
<div class="container">
<div class="row">
<div class="col-lg-6 col-md-6 col-xs-6">
<div class="content">tesx asdasdasdasdasd astasdasdasd asqwtsfafasfasdasd gtqasdasdasd wrasfgagsasdasdasd qdas wfa sfasfasfasfasf ag asgas gas gasgasgasgasgasg</div>
</div>
<div class="col-lg-6 col-md-6 col-xs-6">
<div class="content">tesx asdasdasdasdasd astasdasdasd asqwtsfafasfasdasd gtqasdasdasd</div>
</div>
<div class="col-lg-6 col-md-6 col-xs-6">
<div class="content">tesx asdasdasdasdasd astasdasdasd asqwtsfafasfasdasd gtqasdasdasd wrasfgagsasdasdasd qdas wfa sfasfasfasfasf gasgasgasgasgasg</div>
</div>
<div class="col-lg-6 col-md-6 col-xs-6">
<div class="content">tesx asdasdasdasdasd astasdasdasd asqwtsfafasfasdasd gtqasdasdasd wrasfgagsasdasdasd qdas wfa sfasfasfasfasf ag asgas gas gasgasgasgasgasg</div>
</div>
</div>
As you can see in my fiddle, the columns are not correctly aligned. Why is there between column 3 and 4 such a big gap?
Thanks in advance for any help, it is really appreciated!
3
Answers
It seems that it is not possible to solve my problem only with css. So the options are using isotope (packery) or moTimeline. In my special case im using moTimeline because isotope has too much overhead.
You need to add another row. In each row can be max 12 col. After that you need to make another row.
You need to have row inside another row.
Have a look at JSFiddle example
EDIT: You can divide your result in two separated parts for example in following way