Hi,
Please add below CSS in base.css file
.multicolumn-card__info {
padding-top: 1rem !important;
}
A user needed help reducing the spacing between an image and text in a Shopify section. After providing the product page URL and password, they received a CSS solution to add to their base.css file:
Solution provided:
.multicolumn-card__infopadding-top: 1rem !important;Outcome:
The CSS modification successfully resolved the spacing issue. The discussion is now closed with the problem solved.