gpt4 book ai didi

css - 请帮我去掉页脚中的空白条

转载 作者:太空宇宙 更新时间:2023-11-04 00:22:17 24 4
gpt4 key购买 nike

我似乎无法摆脱 this site 最底部的空白区域.我正在使用 Firebug,但在任何地方都看不到任何填充/边距。有人知道吗?

就是下图中的米黄色 strip :

enter image description here

最佳答案

额外的空间是由 xg_foot div 的 line-height 属性引起的

您需要将您的#xg_foot css 更改为:

#xg_foot {
box-shadow: none !important;
font-family: 'bitter',serif;
height: 23px; /* Adjust to your liking */
line-height: 0;
padding: 13px 0 0; /* Adjust to your liking */
width: 100% !important;
}

关于css - 请帮我去掉页脚中的空白条,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/8606150/

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