How to make an image full width

I have an image that I want to make full width, across the section. My image width is 1000px, but I can’t seem to make it full width. I have also turned off the inner container and turned on marginless columns.

Thanks!

Hi Peter,

Thanks for writing in!

Please make the image 1009% width and add this code to the element CSS of the image element.

$el img {
  width: 100%;
}

Hope this helps!

thanks, this fixed my problem!

Glad we were able to help :slight_smile:

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.