Hey guys,
I would like to set full width for my “image with text” section without padding and margin. I’ll really appreciate your help. Thanks
I tried this ccs code but nothing happened
.image-with-text.image-with-text–no-overlap.page-width.isolate.collapse-corners.section-template–20411637137738__4e0e100a-5597-4a30-b379-d3e846a8661b-padding {
padding: unset !important;
}
I checked your issue. Please try the following code:
.image-with-text__text-item .image-with-text__content {
padding: 0 !important;
}
Screenshot:
Should I paste it to base.css file ? Thanks
Yes, add the CSS at the end of the file.
It did not work for me, still the same
Hi @Muse-Lingerie ,
This is Theodore from PageFly - Shopify Page Builder App.
Can you give me URL store?
I’ll be so happy if my suggestion can help to solve your problem. If you have any further questions, please feel free to tell me.
Best regards,
Theodore | PageFly
Hey,
actually my website is already running - https://muse-lingerie.com/, but I would like to make some changes and I would like to have “image with text” section instead of “slideshow” section as a web banner. But I can’t find the solution how to have a full width image without borders.
Thank you
#section-id replace with the original section id
#section-id .page-width {
max-width: 100%;
padding: 0;
}
Unfortunately, it is not working as well
Hello, I am having the same issue with the Refresh Theme. I cannot find a way to make the Image with Text section full width and no rounded corners. Please advise. Thank you!