I have a silly bootstrap problem.
code:
<div class="row">
<div class="col-sm-4" style="background-color:pink;"> lorem... </div>
<div class="col-sm-8" style="background-color:yellow;"> lorem... </div>
<div class="col-sm-4" style="background-color:pink;"> lorem... </div>
</div>
I would like to fit last pink div into space above it. Whats the easiest way to reach my goal?