gpt4 book ai didi

css - 响应式填充问题

转载 作者:太空宇宙 更新时间:2023-11-04 03:35:57 25 4
gpt4 key购买 nike

我为教程设计了一个响应式网页,但遇到了不必要的填充问题。

http://zinzinzibidi.com/res

在此页面中,当您降低浏览器窗口分辨率时,您会在某些分辨率下看到水平滚动条 (overflow-x)。我正在尝试了解,但我几天无法解决这个问题。

这是我的麻烦的示例图片:

enter image description here

我的 CSS 代码在这里:http://zinzinzibidi.com/Areas/res/Content/css/style.css

我的媒体屏幕代码是

My CSS codes

我做错了什么?

最佳答案

问题似乎是由内部元素引起的。从#header-main-buffer 中删除填充,它应该会消失。

您文件的第 515 行:

#header-main-buffer {
width: 300px;
padding: 0 10px; <- this is your problem. remove it and it will be fixed
...

关于css - 响应式填充问题,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/25574567/

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