How do I change Bootstrap 3 div column order

前端 未结 3 1519
小鲜肉
小鲜肉 2021-01-25 06:44

doing my 1st responsive design and is something like this possible in bootstrap 3. Change this on lg:

[a] [     ]
[b] [  c  ]
    [     ]

to th

3条回答
  •  伪装坚强ぢ
    2021-01-25 07:20

    You can use pull-right on column C... A-C-B on mobile.

    A
    B
    C

    Demo: http://bootply.com/9UNb9Q37G0

提交回复
热议问题