I added “image with text” section to the top of the about page.
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?
base.css bottom of theme file
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
no rush
please upload this code also
#shopify-section-template--15784886468836__164944340452922d7d .image-with-text__content {
justify-content: center;
}

