0

I have two divs

<div class="col-sm-10">5/6 in left</div><div class="col-sm-2">1/6 on right</div>

Can I do something to show col-sm-2 before (higher than) col-sm-10 if it's mobile/tablet view?

jampjamp
  • 31
  • 1
  • 1
  • 4
  • This seems to be unrelated to "pagination". See the docs on column ordering: http://getbootstrap.com/css/#grid-column-ordering – Carol Skelly Jul 25 '17 at 11:55
  • Thank you for the links. You are right, 'pagination' was not the right word. `col-sm-2 col-sm-push-10` & `col-sm-10 col-sm-pull-2` and all works as I wanted – jampjamp Jul 25 '17 at 12:21

0 Answers0