How to target a specific screen size using @media media query?

后端 未结 5 853
夕颜
夕颜 2021-02-06 13:54

I am new to responsive design, I am toying with twitter bootstrap responsive.css now. And I am encountering some trouble with my project.

The trouble is, my left column

5条回答
  •  悲&欢浪女
    2021-02-06 14:30

    You need to use the row-fluid class (instead of the row class) in order to benefit from the responsive part of Bootstrap. Read more at http://twitter.github.com/bootstrap/scaffolding.html#fluidGridSystem.

    So your basic layout should be:

    ...
    ...

提交回复
热议问题