【问题标题】:Empty space under the footer页脚下的空白区域
【发布时间】:2015-05-19 16:33:13
【问题描述】:

我尝试了很多选项,但无法找到解决方案。

Here is a page with a problem.

选择所有产品时,一切都可以。

当我们选择一个特定的类别(例如古董钱包)时,页脚会跳转并且其下方有一个空白区域。 我什至不明白什么元素有这么大的高度(不是body,html)。

请帮帮我!

【问题讨论】:

  • 你能分享你的css文件吗?

标签: html css


【解决方案1】:

看看这个css

CSS

body{overflow:hidden}

【讨论】:

  • @oshka 如果你得到了解决方案,你可以通过勾选标记批准答案
【解决方案2】:

更改页脚(css)中的高度属性:

#footer {
  background: url("http://bogz.us/wp-content/themes/studio/images/bg/bg_img_bottom_06.png") bottom center no-repeat!important;
  height: 1203px;
}

【讨论】:

    猜你喜欢
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 2021-02-10
    • 2017-03-11
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    相关资源
    最近更新 更多