Is there a simple way to order the way the columns collapse within bootstrap 3 grids?
This is what I have:
<div class='row'>
<div class='col-sm-8'>
<div class='box'>
This will be on the left on large screens but on the bottom on smaller screens.
</div>
</div>
<div class='col-sm-4'>
<div class='box'>
</div>
</div>