I'm trying to figure out how to get my col-*
divs to "fit snuggly" next to and underneath each other.
So I have a fair idea of how the whole grid system in bootstrap works, which is why I don't think that I can do what I'm trying to do without some weird CSS.
So basically, if I have 6 col-sm-4
div
s (on a normal laptop screen, full sized), I'm going to end up with a row of 3 underneath a row of 3. If one of the divs in the top row is taller than the others, I'm going to have that whitespace the four remaining divs that are directly beneath each other.
So the question is thus, how do I get rid of that "whitespace", getting the rows to, well, not act like rows? I've tried having just the col-*
divs, without wrapping row
and container
divs, but I still get the same result.