gpt4 book ai didi

html - 网站在 iPhone 的屏幕右侧显示空白

转载 作者:可可西里 更新时间:2023-11-01 06:15:37 25 4
gpt4 key购买 nike

我在 http://eiglaw.com 上遇到问题-- 大约 25 像素宽的空白/边框显示在 iPhone 屏幕的右侧。我在 stackoverflow 上研究了这个问题,这些帖子是相关的,但是当我尝试提供的各种解决方案时,我无法解决问题:

Responsive website on iPhone - unwanted white space on rotate from landscape to portrait

Website body background rendering a right white margin in iPhone Safari

White space on right side of header on zoom

我在 iPad 上遇到了类似的问题,但能够通过这个媒体查询解决它:

@media only screen 
and (min-device-width : 768px)
and (max-device-width : 1024px)
/*and (orientation : landscape)*/ {
html,
body {
width:1000px;
}
}

我尝试了各种针对 html 和 body 元素的媒体查询,但没有成功。我查看了整个 CSS 文件,寻找背景图像、边距、填充、溢出等方面的问题,但我真的很困惑。有没有人有任何建议?

非常感谢!

最佳答案

问题出在你的<h3 class="menu-toggle">Menu</h3> (为什么是 h3,顺便说一句?),因为有 width: 100%,它看起来比视口(viewport)更宽+ 一些填充。

尝试设置一个 box-sizing: border-box;到那个元素。

关于html - 网站在 iPhone 的屏幕右侧显示空白,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/18947793/

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