I've two columns with the class col-md-12
each.
In desktop view they should display like:
Col **1**
Col **2**
In the mobile view the should display like this:
Col **2**
Col **1**
Is this even possible with the column ordering of Bootstrap?
My current code:
<div class="row">
<div class="col-xs-push-12 col-md-12">
Col 1
</div>
<div class="col-xs-pull-12 col-md-12">
Col 2
</div>
</div>
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…