简体   繁体   English

无法使用引导程序获得响应式布局

[英]Unable to get responsive layout using bootstrap

Here's the live URL of my web page, however I'm using the latest version of bootstrap.这是我网页的实时 URL,但我使用的是最新版本的引导程序。 All 'css' is included in 'master.css'.所有“css”都包含在“master.css”中。 The problem is this box or any other(later on if you fill the form) is not responding to any responsiveness.问题是此框或任何其他框(稍后如果您填写表格)没有响应任何响应。 Tried on mobile as well!手机上也试过! What am I missing here?我在这里缺少什么?

http://mplanner.esy.es/mplanner/ http://mplanner.esy.es/mplanner/

I've included only bootstrap.min.css and some custom styles at the end in 'master.css'我在“master.css”的末尾只包含了 bootstrap.min.css 和一些自定义样式

You added a fixed width to .col-min and to .form-area-inner, .form-planner-inner Therefore, the "responsive"-width of bootstrap is being replaced by the fixed witdhs.您向.col-min.form-area-inner, .form-planner-inner添加了固定宽度,因此,引导程序的“响应式”宽度正在被固定宽度替换。

Removing those fixed-widths will give you back the responsiveness.删除这些固定宽度将使您恢复响应能力。 You can use some media queries if you want to keep the fixed widths on layouts with a certain width.如果您想在具有特定宽度的布局上保持固定宽度,您可以使用一些媒体查询。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM