hello, i would like to make my ‘image with text’ text full width on mobile, as it currently is squashed in the middle. my store is www.antico-abito.com , theme is dawn
Hey @ads18922,
Could you please tell me where exactly the Image with text section is showing? I check on home page and didn’t find it there. Please share the link of the page where it’s existing.
Thanks
hello, it is on the home page, i just have it hidden for now as i’m waiting to fix this issue then i will make it public. Can you see it if its hidden, or do i need to make it shown for you?
Try this code in the “Custom CSS” setting of this “image with text” section:
@media (max-width: 750px) {
.image-with-text__content {
padding: 4rem 0;
}
}
