Magento 购物车页面中的页脚问题
我的 Magento 购物车页面中的页脚未对齐。所有其他页面的页脚都可以。
购物车采用一栏模板。使用单列模板的其他页面显示正常。
帮我解决一下。
The footer in my Magento shopping cart page is misaligned. The footer for all the other pages are okay.
The shopping cart takes the one-column template. Other pages that use the one-column template are displaying properly.
Help me fix it.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
页脚 div 位于“页面”div 之外,例如 404 中。
无论如何,删除 float: left; div id=footer_down_main 解决了你的问题
the footer div is outside the "page" div, in your 404, for example.
Anyway, removing float: left; of div id=footer_down_main solves your problem
另一种可能的解决方案是将
.footer-container
(第 1700 行)更改为:Another possible solution is to change
.footer-container
(line 1700) to: