How do I change Bootstrap 3 div column order

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

    You can use two div. One is for first type of arrangements and other is for second type of arrangements. The first is only shown in lg and and last one is only in sm.

    
    
    
    

提交回复
热议问题