Site logo

Archived topic

Background image fill full header height on mobile

3 replies · Started by Jeff on May 19, 2022

Viewing posts 1–4 of 4

Hello,

The container with a background image in the header in my posts fills the space nicely in desktop and tablet view, but on mobile it just displays at 100% width and doesn't expand to fill 100% height. Do you know what I can do to fill the space and not see any black background? Thanks!

Hi there,

add this CSS to the Customizer > Additional CSS:

.page-hero-block:before {
    background-size: cover !important;
}

Thank you, David! Worked perfectly!

Glad to hear that

This archived topic is closed to new replies.