Hello guys, how can I minimize the space between these 2 sections?
Topic summary
A user needed help reducing excessive spacing between two sections on their Shopify store, as shown in an attached screenshot.
Solution provided:
- Navigate to Edit code in the Shopify theme editor
- Locate the base.css file
- Add the following CSS code at the end:
.image-with-text__content {
padding: unset !important;
}
The solution successfully resolved the spacing issue. A before/after screenshot was provided demonstrating the reduced gap between sections.
Status: Resolved

