Bootstrap: How to change the order of div in fluid-row?

后端 未结 6 848
余生分开走
余生分开走 2020-12-24 00:21

How to re-arrange/swap the order of some fluid container/row in bootstrap.....

If we take an example of bootstrap\'s fluid example on following page:

http://

6条回答
  •  时光说笑
    2020-12-24 01:03

    The new version of Bootstrap v3 now supports column ordering:

    Column ordering

    Easily change the order of our built-in grid columns with .col-push-* and .col-pull-* modifier classes.

     
    9
    3

    Will give the following order:

     ----------------------------
    |     3     |      9       |
    ----------------------------
    

    Documentation: http://getbootstrap.com/css/#grid-column-ordering

提交回复
热议问题