Full width layout with twitter bootstrap

前端 未结 10 544
不知归路
不知归路 2021-01-29 19:37

I\'m trying to accomplish a layout similar to this one: http://dribbble.com/shots/829195-Slate/attachments/86422

My project uses Twitter Bootstrap with responsive desig

10条回答
  •  粉色の甜心
    2021-01-29 20:09

    Update:

    Bootstrap 3 has been released since this question was originally answered in January, so if you are a BS3 user, please refer to the BS3 documentation. For those still on BS2, the original answer still applies. If you are interested in switching from 2 to 3, see the migration guide.

    Original answer:

    From the bootstrap 2 docs:

    Make any row "fluid" by changing .row to .row-fluid. The column classes stay the exact same, making it easy to flip between fixed and fluid grids.

    Code

    ...
    ...

    This, in conjunction with setting the width of your container to a fluid value, should allow you to get your desired layout.

提交回复
热议问题