Bootstrap 3: How to drop the left sidebar drop below content using push-pull

前端 未结 3 517
忘掉有多难
忘掉有多难 2021-01-23 14:21

I am using Bootstrap 3 and on mobile devices I\'d like to vertically stack all the div\'s (sidebar & content) and position the left sidebar below the main container (current

3条回答
  •  孤街浪徒
    2021-01-23 14:54

    If you think "mobile-first", layout the columns in the desired mobile order first, then use push/pull to adjust the columns for larger screens..

    Main Container
    Sidebar

    http://codeply.com/go/8g4UL0J43K

提交回复
热议问题