Reply To: Header issue

Home Forums Support Header issue Reply To: Header issue

Home Forums Support Header issue Reply To: Header issue

#146104
Tom
Lead Developer
Lead Developer

Ah, you’re using just a static image – so the settings in the “Content” tab don’t apply.

Those settings only apply if you add content.

To force the static image to be full width, add this CSS:

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

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