Reply To: Fluid full width featured image

Home Forums Support Fluid full width featured image Reply To: Fluid full width featured image

Home Forums Support Fluid full width featured image Reply To: Fluid full width featured image

#158644
Tom
Lead Developer
Lead Developer

Give this CSS a try:

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

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