页脚不会移动

发布于 2024-11-05 23:10:01 字数 339 浏览 4 评论 0原文

在此处输入图像描述

查看示例..页脚不会停留在底部/

在此处输入图像描述

编辑 尝试删除clearfix,但它没有将页脚推到底部或消除页脚下方的白色间隙。 Clearfix:显示块是通过 Pinnaclecart 本身完成的。 即使我尝试删除 display:block,页脚也会一片混乱。例如,它将页脚项目移动到产品布局页面的左侧。

任何见解将不胜感激!

enter image description here

see the example..the footer won't stay at bottom/

enter image description here

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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

浅语花开 2024-11-12 23:10:01

我认为您可能需要将以下内容添加到 css 文件中的 #footer 部分:(

position:fixed; 
bottom:100px; /* 100 being the assumed footer height, you'll need to do the math :) */

另外,最好花更多时间在问题描述上)

I think you might want to add the following to your #footer section in the css file:

position:fixed; 
bottom:100px; /* 100 being the assumed footer height, you'll need to do the math :) */

(also, it'd be kind to spend a little more time on your problem description)

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文