make image with text full width

hello, i would like to make my ‘image with text’ full width on my product page:

as you can see, there is a small white bit on the ends.

my website is www.antico-abito.com , password is chasha , dawn theme

Hey @ads18922

Follow these Steps:

  1. Go to Online Store

  2. Edit Code

  3. Find theme.liquid file

  4. Add the following code in the bottom of the file above tag


RESULT:

If I managed to help you then, don’t forget to Like it and Mark it as Solution!

Best Regards,
Moeed

Hi @ads18922 ,

Go to Online Store, then Theme, and select Edit Code.
Search for base.css/theme.css/style.css/main.css/custom.css file Add the provided code at the end of the file.

.section-template--24420688560451__image_with_text_gnQfi4-padding.gradient.color-scheme-1 .page-width {
    padding: 0px !important;
}

@Moeed & @CodingFifty :

Are you actually suggesting @ads18922 to style that very specific section only?

So next time they add an image with text section, they’ll need a completely new solution?

How practical!