Hi Shopify Community,
I have troubles making my image with text sections full width at my website.
It is the second section on the home page. Here is the preview link
https://bji7ryfauqvatms8-59480506467.shopifypreview.com
Thanks in advance!
Hi Shopify Community,
I have troubles making my image with text sections full width at my website.
It is the second section on the home page. Here is the preview link
https://bji7ryfauqvatms8-59480506467.shopifypreview.com
Thanks in advance!
Add this css in edit code > base.css file
.section-template--15996999925859__image_with_text_myJwFw-padding.gradient.color-scheme-1 .page-width {
max-width: 100%;
padding: 0;
}
.image-with-text__content {
justify-content: center;
}
Add this code in edit code > base.css and add this code at the end of the file
body .section-template--15996999925859__image_with_text_myJwFw-padding.gradient.color-scheme-1 .page-width {
max-width: 100%;
padding: 0;
}
Thank you so much!