Bootstrap: reorder 3 columns on small screens

后端 未结 2 1030
我寻月下人不归
我寻月下人不归 2021-01-21 16:17

I\'m having some problems when trying to reorder columns using bootstrap, HTML and CSS.

Currently, my layout is something like this:

B and C are contain

2条回答
  •  野性不改
    2021-01-21 16:54

    Assuming "A" is taller as in your picture, just use pull-right on the other columns, and col-xs-12 to ensure full width on mobile...

    Demo

    B
    A
    C

    Demo

提交回复
热议问题