Twitter Bootstrap 2: How to get responsive design to place sidebar on the bottom instead of top?

前端 未结 5 629
轮回少年
轮回少年 2021-02-01 08:04

Twitter\'s Bootstrap 2 finally added native responsive design. However, by default when the browser width is below a min width, it places the sidebar on top. I can see how this

5条回答
  •  清酒与你
    2021-02-01 08:18

    It might be easy.

    // Pull right sidebar to top
    
    Right sidebar
    Content section
    // Or pull left sidebar to bottom side
    Content section
    Left Sidebar

提交回复
热议问题