css - chrome 上 prestashop 主题的页脚问题

标签 css google-chrome footer prestashop-1.5

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

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

#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;}

非常感谢任何帮助!

提前致谢

最佳答案

另一个页脚和高度问题 ;) 能否请您将 wrapper2 高度更改为自动;

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

关于css - chrome 上 prestashop 主题的页脚问题,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/23307433/

相关文章:

google-chrome - Chrome 中的 Azure 无限重定向循环

html - 为每个页面 jsPDF 添加一个固定的页眉/页脚

html - 响应式网页设计 - 消失的风格?

html - 无法定位我的边界

html - 为什么背景图像不出现在 IE8 上?

html - 如何让图像显示在面板的左侧(都在同一行)

css - 页脚列拉伸(stretch) - 使列背景拉伸(stretch)全宽

html - 创建看起来像 bbc.co.uk 的 CSS slider 按钮

javascript - 从 Visual Studio Code 中启动 Chrome 和调试

c++ - Chromium 嵌入式 64 位构建