与prestashop主题的页脚问题在镀铬物

时间:2014-04-26 06:20:39

标签: css google-chrome footer prestashop-1.5

我的页脚在Chrome上无法正确显示,但与其他浏览器无法正常显示。 我在prestashop安装上使用付费主题,但他们告诉我这是一个模块问题,我不相信。

链接到网站:混淆 可在此处找到该错误的打印屏幕obfuscated/issue.PNG 这是CSS页脚部分

#footer {height:198px;clear:both;background:url(../img/bg_footer.png) 0 0 repeat-x;}
.footer {width:1000px;margin:0 auto;position:relative;}
.footer a {color:#656464;text-decoration:none;}
.footer a:hover {color:#e61c23;}

a.mobile {display:none;}


.footer > div {width:190px;float:left;padding:0 10px 0 0;}
.footer > div h4 {padding:16px 0 0 0;font:bold 12px "Arial";color:#404041;text-transform:uppercase;}

.footer > div ul {}
.footer > div ul li {margin:4px 0 0 0;}
.footer > div ul li + li {margin:5px 0 0 0;}

任何帮助都会非常感激!

提前致谢

1 个答案:

答案 0 :(得分:0)

另一个页脚和高度问题;)请你把wrapper2高度更改为auto;

#wrapper2 {
height: auto;
background: url(../img/bg_img.png) 50% 0 no-repeat;
}