本文介绍了浏览器上的水平滚动条向右推荐白色空间,如何修复?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

当我的网站缩小并且水平滚动条显示时,页脚右侧的网页右侧会显示一个空格。

When my website is scaled down and a horizontal scroll bar apears, a white space is suggested on the right side of my webpage at the footer.

我如何能够解决这个问题吗?网址: p>

How am I able to fix this? url: http://www.deserved.nl/shop/home.html

推荐答案

@Jeff B:请告诉我,如果将此添加为单独的答案,而不是评论您的答案,请告诉我。

@Jeff B: Please let me know if it's inappropriate to add this as a separate answer rather than as a comment to your answer.

Jeff是正确的,但要澄清我会这样做:

Jeff is correct, but to clarify I would do this:


  1. padding-left:180px; 类中的样式.footerWrapper

  2. width:100%; 来自 #footer

  3. 添加 min-width:1141px; 到 #footer

  1. Remove the padding-left: 180px; style from class .footerWrapper
  2. Remove width: 100%; from #footer
  3. Add min-width: 1141px; to #footer


$ b b

这应该照顾白色空间。

This should take care of the white-space.

这篇关于浏览器上的水平滚动条向右推荐白色空间,如何修复?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

10-16 23:13