I would like to a gap in every product image
Topic summary
A user wants to add spacing between product images on their collection page, which currently appear too close together. They’ve shared a screenshot showing the current layout.
A proposed solution involves:
- Navigating to Online Store → Edit Code
- Locating the theme.liquid file
- Adding custom CSS code above the closing tag
The CSS targets card elements with:
.card--card, .card--standard .card__inner {
width: auto !important;
}
Status: The solution has been offered but not yet confirmed as tested or working. The discussion remains open pending implementation feedback.
I hope this solution will works. Please follow below steps
- Go to Online Store
- Edit Code
- Find theme.liquid file
- Add the following code in the bottom of the file above tag
