作者热门文章
- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
我想使用 css 降低我的 wordpress 页面中的页脚高度。我试过了,但结果不是我想要的。页脚在其下方添加了很少的空间。
我试过使用变换:缩放、填充底部(这个不起作用)、高度等。
#wrap_footer{
position : relative;
height : 60px;
}
我只想降低页脚高度而不在其下方添加任何空间。
this is a photo that shows the footer results that I have tried
谢谢
最佳答案
您可以在以下位置使用此 css 样式:
position: fixed;
bottom: 0;
希望这对您有所帮助。
关于css - 如何使用 css 降低 wordpress 中的页脚高度?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/57379186/
我是一名优秀的程序员,十分优秀!