Reply To: Header Image Frustrations

Home Forums Support Header Image Frustrations Reply To: Header Image Frustrations

Home Forums Support Header Image Frustrations Reply To: Header Image Frustrations

#159722
Tom
Lead Developer
Lead Developer

Using a background image won’t work with those mobile classes.

Instead, upload your header as a regular image in “Customize > Site Identity”.

To get around squishing it inside the container, add this CSS:

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

That should be all that is needed.