How do I change Bootstrap 3 div column order

前端 未结 3 1521
小鲜肉
小鲜肉 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:25

    In your HTML markup, place the [c] between [a] and [b]. Add class 'pull-left' to a and b. Add class 'pull- right' to c. Finally, contain them in a div that defines breakpoints e.g class='col-sm-12 col-md-12'.

提交回复
热议问题