I never ever… tried to to figure out something very simple. I can’t manage to create equal heights… whatever i do. I have tried using flexbox, flex, min heights, jquery, negative margins/padding… nothing works…
Can somebody please help me? i am breaking my head here. when i resize to 2 columns it collapses… no mather what i tried…
<div class="container">
<div class="row">
<div class="col-md-4 col-sm-6 equal-heights">
<h2>Column1 </h2>
<p>This is column 1 lorem ipsum dollar hello/</p>
</div>
<div class="col-md-4 col-sm-6 equal-heights">
<h2>Column1 </h2>
<p>This is column 1 dsadadassddsadsadasdasdasdasdasdasdsadsa</p>
</div>
<div class="col-md-4 col-sm-6 equal-heights">
<h2>Column1 </h2>
<p>This is coewqeqweqweqweqweqweqwewqlumn 1 </p>
</div>
<div class="col-md-4 col-sm-6 equal-heights">
<h2>Column1 </h2>
<p>This is coewqeqweqweqweqweqwlumn 1 </p>
</div>