Bootstrap Layout - Remove Responsiveness

我的梦境 提交于 2019-12-10 16:59:14

问题


I am trying to create a fixed layout and using Bootstrap for mainly the Javascript Plugins. But the Layout breaks when i try to resize below the 1000px.

http://mink7.com/projects/test/index.html


回答1:


The Bootstrap CSS you have included I believe has the responsive elements in it. If you look at Bootstraps website, they include both versions in their source code.

<link href="http://twitter.github.com/bootstrap/assets/css/bootstrap.css" rel="stylesheet">
<link href="http://twitter.github.com/bootstrap/assets/css/bootstrap-responsive.css" rel="stylesheet">

The simplest way to do it would just include the boostrap.css file and not bootstrap-responsive.css



来源:https://stackoverflow.com/questions/10677036/bootstrap-layout-remove-responsiveness

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!