我尝试了很多选项,但无法找到解决方案。
选择所有产品后,一切正常。
当我们选择特定类别(例如古董钱包)时,页脚跳跃并且其下方有空白区域。 我甚至无法理解哪个元素具有如此高的高度(它不是正文,html)。
请帮帮我!
答案 0 :(得分:3)
查看此css
<强> CSS 强>
body{overflow:hidden}
答案 1 :(得分:0)
更改页脚(css)中的height属性:
#footer {
background: url("http://bogz.us/wp-content/themes/studio/images/bg/bg_img_bottom_06.png") bottom center no-repeat!important;
height: 1203px;
}