Wordpress 二十七:使背景的位置 "top" 而不是 "center"
Wordpress twenty seventeen: make the background's position "top" instead of "center"
我试图让我的背景图像(header 媒体)位于屏幕顶部,而不是居中。换句话说,我不想剪掉顶部:只剪掉底部。这可能和 "background-position: center top" 一样简单,但我花了一个小时试图找到在哪里实现这段代码,但没有成功...
首先,它不是背景..它是一张图像,其位置如您在屏幕截图中所见。 http://jmp.sh/MYGDtcX
将此高度设置为自动,它有望解决问题。
.has-header-image .custom-header-media img, .has-header-video .custom-header-
media video, .has-header-video .custom-header-media iframe, .has-header-
image:not(.twentyseventeen-front-page):not(.home) .custom-header-media img{
height:auto;
}
我试图让我的背景图像(header 媒体)位于屏幕顶部,而不是居中。换句话说,我不想剪掉顶部:只剪掉底部。这可能和 "background-position: center top" 一样简单,但我花了一个小时试图找到在哪里实现这段代码,但没有成功...
首先,它不是背景..它是一张图像,其位置如您在屏幕截图中所见。 http://jmp.sh/MYGDtcX
将此高度设置为自动,它有望解决问题。
.has-header-image .custom-header-media img, .has-header-video .custom-header-
media video, .has-header-video .custom-header-media iframe, .has-header-
image:not(.twentyseventeen-front-page):not(.home) .custom-header-media img{
height:auto;
}