I have a jsfiddle as an example.
<div class="col-md-8" style="background-color:lavender;">COL-MD-8</div>
<div class="col-md-4" style="background-color:lavenderblush;">COL-MD-4</div>
When the width of the screen is wide and both divs are beside eachother, that's how it should look like. But when the screen width is narrow the "col-md-4" jumps down under the other one, i would like to have it on top of the "col-md-8" when it is on a narrow width. How could i achieve this?
So when width is wide then it should be on the right site of the col-md-8 but when narrow on top of the other div and not in the bottom.