gpt4 book ai didi

css - 如何设置页面的特定高度

转载 作者:行者123 更新时间:2023-11-28 08:05:49 25 4
gpt4 key购买 nike

我在 Wordpress 上设置的网页有问题。我想在那里设置固定高度,因此页脚始终可见并且左侧没有滚动条。我已经尝试了几种在网上找到的方法,但没有任何效果。你有什么建议吗?

Link to webpage

最佳答案

在你的 .footer-bottom 类中使用它

.footer-bottom {
position: fixed;
width: 100%;
bottom: 0;
z-index: 10;
}

关于css - 如何设置页面的特定高度,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/29495987/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com