I have a problem with the stacking order in bootstrap. I realise that similar questions have been asked, and that its push and pull that should be used. But i just can not get it to work.
this is the code im using:
<div class="row">
<div class="col-xs-12 col-sm-6"> a </div>
<div class="col-xs-12"> b </div>
<div class="col-xs-12 col-sm-6"> c </div>
</div>
What i want is for a, b and c to be under eachother in order in mobile view, but in desktop view a and c should be next to eachoter and b below them.
a
b
c
a c
b