gpt4 book ai didi

css - 如何降低wordpress中图片logo的高度

转载 作者:太空宇宙 更新时间:2023-11-04 12:42:56 25 4
gpt4 key购买 nike

我的网站上有一个图像 Logo :quantgreeks.com。我想减少 Logo 长度的大小。它似乎在顶部占用了很多空间。我想在不改变图像大小的情况下减少它。

最佳答案

移除/减少 padding-bottom: 45px; padding-top: 45px; 来自 header#masthead hgroup 应该可以解决这个问题。那么它将是:

header#masthead hgroup {
position: relative;
zoom: 1;
}

header#masthead hgroup {
position: relative;
padding-bottom: 15px; Example value
padding-top: 15px; Example value
zoom: 1;
}

关于css - 如何降低wordpress中图片logo的高度,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/26734633/

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