The bootstrap mesh click system is not a fluid, cascade, or whatever you want to call. I assume that you have two `.row 'divs with columns, and they only accept 12 columns per row, and that this is that the rows will not overlap.
- (http://masonry.desandro.com/) . > col-lg-12,
<div class="container">
<div class="row">
<div class="col-lg-12">
Masonry grid plugin here.
</div>
</div>
</div>