Bootstrap:更改响应大小

时间:2016-06-14 13:17:50

标签: css twitter-bootstrap

我正在研究这个小型Bootstrap website,我注意到在一些笔记本电脑上,分辨率为768px,它会响应。如何更改响应断点并使其在该大小时无响应?

这里有一些截图

Image 1 enter image description here

2 个答案:

答案 0 :(得分:0)

在引导程序网站的customize部分,您可以自定义媒体查询断点,以构建自定义引导程序版本,其中autopublish媒体查询的断点大于(或小于)768px。

答案 1 :(得分:0)

请参阅此链接,它可能会对您有帮助,How to turn off the responsive feature completely from Twitter Bootstrap 3? 像这样更改容器类,并添加此css

.container-non-responsive {   margin-left:auto;   margin-right:auto;   padding-left:15px;   padding-right:15px;   宽度:1170px; }