Need a solution to make my sections full width

I have 2 section (image with text and collections list) that i need to make full width , any solutions ? im using the dawn theme

Hello @the4thaisle

Its a pleasure to have you here,

This is for the image banner.

You can follow the instruction below:

  1. Go to Online Store->Theme->Edit code
  2. Asset->/base.css->paste below code at the bottom of the file:
@media (min-width: 990px) {
    #shopify-section-template--15424042991834__rich_text,
    #shopify-section-template--15424042991834__featured_products {
        --page-width: 1600px !important;
    }
    #shopify-section-template--15424042991834__rich_text .rich-text__blocks {
        max-width: 100% !important;
    }
}

Copy

If you feel like my answer is helpful, please mark it as a SOLUTION. Let me know if you have any further questions.

Thanks

it did not work unfortunately