内容无法正确尺寸以进行视口

发布于 2025-02-06 05:42:48 字数 418 浏览 2 评论 0原文

我是CSS和HTML的初学者,我必须在此网站上解决一个问题: https://arena-supplements.com/ 在移动版本上,当您向左滚动时,您仍然会在页面外看到很多空间。

问题似乎是粘性标头或页脚中的“转到顶部”按钮,但我别无他法修复它。

最大宽度可以解决这个问题吗?

I'm a beginner on CSS and HTML, and I have to fix a problem on this website:
https://arena-supplements.com/
on the Mobile Version, when you scroll left, you still see a lot of space outside the page.

The problem seems to be the sticky header or this "go to top" button in the footer, but I have no other idea how to fix it.

Would a max-width solve this?

enter image description here

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

若有似无的小暗淡 2025-02-13 05:42:48

尝试添加媒体查询

body, html{overflow-x:hidden;}

Try this to add in media query

body, html{overflow-x:hidden;}
~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文