Reply To: Problem with header image

Home Forums Support Problem with header image Reply To: Problem with header image

Home Forums Support Problem with header image Reply To: Problem with header image

#208300
Tom
Lead Developer
Lead Developer

Ah yea, background image aren’t responsive.

If your image has text/elements that need to always be seen, you should upload it as a logo in “Customize > Site Identity”.

Then you can add this CSS to make it full width:

.inside-header.grid-container {
    max-width: 100%;
}

.site-logo {
    width: 100%;
}

That will look the same, but will also be responsive.