How to maker images with text sections full width

Hi @kirkcanada

Please follow the instructions below. The style will only affect the said section.

  1. From you Admin page, go to Online store > Customize
  2. Go to the section and add the code below inside the Custom CSS. Refer to image below for placement
.image-with-text {
  max-width: 100%;
  padding-left: 0;
  padding-right: 0;
}