gpt4 book ai didi

twitter-bootstrap - 当在移动设备上查看我的 Twitter Bootstrap 网站时,两侧会添加 20 像素的装订线。我该如何阻止这个?

转载 作者:行者123 更新时间:2023-12-03 00:06:50 25 4
gpt4 key购买 nike

在手机上查看我的 Twitter Bootstrap 网站时,每侧都有 20 像素的间距。这会阻止任何触及桌面边缘的内容在移动设备上出现。在移动设备上查看时,Twitter Bootstrap 主页本身没有这些间距。 http://twitter.github.com/bootstrap/

其他网站表示放置正文 {padding-left:0;padding-right:0} 会有所帮助,但这会产生另一个弄乱导航栏的问题。

有什么线索吗?

最佳答案

尝试在 Bootstrap CSS 之后的某个位置添加此 CSS:

@media (max-width: 767px) {
body {
padding-right: 0;
padding-left: 0;
}
.navbar-fixed-top,
.navbar-fixed-bottom,
.navbar-static-top {
margin-right: 0;
margin-left: 0;
}
}

关于twitter-bootstrap - 当在移动设备上查看我的 Twitter Bootstrap 网站时,两侧会添加 20 像素的装订线。我该如何阻止这个?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/14109717/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com