how to make text and image section full width debut theme

I want to have this(darker blue) section full width, I found a code but it makes everything full width instead of just this section.

can anyone help?

Hello,

Remove the css you added before and add this one

#shopify-section-160752559627e33894 .page-width.feature-row {
    max-width: 100%;
}

Thanks

1 Like

thank you so much it worked