Fix header image margin if not inset + shadow

This commit is contained in:
Tetrakern 2024-08-28 14:40:16 +02:00
parent a3e90e6f5f
commit 93ca3ee868

View File

@ -688,7 +688,7 @@ function fictioneer_build_customize_css( $context = null ) {
}
$css .= '@media only screen and (min-width: 1024px) {
.header-background._style-default._fading-bottom._shadow .header-background__wrapper {
.inset-header-image .header-background._style-default._fading-bottom._shadow .header-background__wrapper {
margin-left: 4px;
margin-right: 4px;
}