@MandasaTech @suyash1 @PageFly-Richard
There is extra space coming between product images and text when I search any product.
Theme - Debut (Currently in Draft)
Preview URL - https://umx6e608qxh6bwzo-7337377856.shopifypreview.com
can you share with me a screenshot of the issue you want to mention.
yes, please try this code
- Go to Online Store->Theme->Edit code
- Asset->/theme.scss.liquid->paste below code at the bottom of the file.
.product-card__image-wrapper div {
padding-top: 100% !important;
margin-bottom: 30px;
}