页脚不会移动
查看示例..页脚不会停留在底部/
编辑 尝试删除clearfix,但它没有将页脚推到底部或消除页脚下方的白色间隙。 Clearfix:显示块是通过 Pinnaclecart 本身完成的。 即使我尝试删除 display:block,页脚也会一片混乱。例如,它将页脚项目移动到产品布局页面的左侧。
任何见解将不胜感激!
see the example..the footer won't stay at bottom/
EDIT
Tried to remove clearfix but it is not pushing the footer to the bottom or eliminates the white gap below the footer. Clearfix: display block is done via the Pinnaclecart itself.
Even if I tried to remove display:block, the footer will be in mess. For an example, it will move footer items to the left outside of the page where the products are laid out.
any insight will be appreciated!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我认为您可能需要将以下内容添加到 css 文件中的 #footer 部分:(
另外,最好花更多时间在问题描述上)
I think you might want to add the following to your #footer section in the css file:
(also, it'd be kind to spend a little more time on your problem description)