css - Twitter Bootstrap : Modifying pixel width thresholds for col-sm

标签 css twitter-bootstrap twitter-bootstrap-3

我遇到以下问题(最好用图片说明):

中等宽度(使用 col-md-3) enter image description here

小宽度(使用 col-sm-6) enter image description here

小号和中号之间的宽度 enter image description here

列的大小调整为 979px-1199px 宽度以显示最后一个图像(错误的配置)...

对我来说,另一个选择是创建一个中间类..比如 col-mdsm 或其他东西并为其设置像素范围?

最佳答案

您可以手动更改此元素的字体大小:

@media (min-width: 979px and max-width: 1199px) {
    .elem-class-name {
        font-size: 13px; /*Needs to be adjusted */
    }
}

关于css - Twitter Bootstrap : Modifying pixel width thresholds for col-sm,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/27724347/

相关文章:

html - CSS 嵌套滚动条以 100% 宽度与动态内容重叠

html - 使用 CSS3、HTML5 和 js 操作 3D 旋转木马

html - 在底部设置页脚,但并不总是在底部

html - Bootstrap 在网格元素中嵌入图片

html - 如何使下拉菜单出现在另一个div的顶部

html - 有什么方法可以让 <tr> float 以实现响应式表格布局吗?

jquery - 将 AngularJS 与 jquery、bootstrap 常规插件一起使用的最佳实践

jquery - Bootstrap X-可编辑、文本区域的清除按钮

html - 以 uls 和 a 为中心的问题

html - 在 Bootstrap 仪表板模板示例中设置特定的侧边栏宽度