gpt4 book ai didi

css - 忽略父 css 中的参数

转载 作者:太空宇宙 更新时间:2023-11-03 23:43:08 24 4
gpt4 key购买 nike

我正在为 wordpress 开发一个 child 主题。我需要在标题底部而不是顶部显示一个搜索框。

所以我需要更换

#searchform {
top: 2.8em;

在父主题中,有一个

bottom: 2em;

在 child 身上。可以这样做吗? (而不是做 top: "total height-2em")

最佳答案

假设您不能更改父主题的 css 文件,您可以在您的 child 的 css 文件中覆盖它,如下所示:

#searchform {
top: auto !important;
bottom: 2em;
}

关于css - 忽略父 css 中的参数,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/22257209/

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