Reply To: Single post image full width of body

Home Forums Support Single post image full width of body Reply To: Single post image full width of body

Home Forums Support Single post image full width of body Reply To: Single post image full width of body

#196247
Tom
Lead Developer
Lead Developer

Hi there,

Turning them into a background image is quite complex, but you can force them to be full width by adding some CSS like this:

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

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

Let me know if that works or not 🙂