How do I add full width banner for each of the collections?

I added “image with text” section to the top of the about page.

@analana

yes, please try this code

@media screen and (min-width: 750px) {
.section-template--15784886468836__164944340452922d7d-padding {
max-width: 100%;
    padding: 0;
}
}

which asset do I pick to insert the code?

@analana

base.css bottom of theme file

what I mean is I want the “about” section to look like all of my collection sections, with the text centered on the pink background. How can we change that? see the photo attached.

The full width photo looks exactly how I wanted, thanks!

@analana

yes, please add this code

#shopify-section-template--15784886468836__164944340452922d7d .image-with-text__content
{
background: #fbf1ee;
}

Thank you, you are great!
I promise, my last question:)

How can I align text to center and move it in the middle of the pink background?

Thank you in advance @KetanKumar

@analana

no rush

please upload this code also

#shopify-section-template--15784886468836__164944340452922d7d .image-with-text__content {
    justify-content: center;
}