Reply To: page header full screen background

Home Forums Support page header full screen background Reply To: page header full screen background

Home Forums Support page header full screen background Reply To: page header full screen background

#166726
Tom
Lead Developer
Lead Developer

Hi Jasper,

The “Make background image full screen?” option applies to when you have content and have set your image as a background.

There’s currently no option to make the static image 100%, but it’s coming with the Page Header rebuild.

For now, you can use this CSS:

.page-header-image {
    max-width: 100%;
}

.page-header-image {
    width: 100%;
}

Adding CSS: https://generatepress.com/knowledgebase/adding-css/

Let me know if you need more info 🙂