Issue: The store using Shopify’s Baseline theme wants a thin, adjustable vertical gap only between stacked product images on the product page, similar to the reference site. The gap should not introduce white space on the sides.
Proposed solution: A reply suggested adding CSS via Theme Settings > Custom CSS, targeting the Splide product gallery list items with margin-bottom: 20px and adding a white background to the image list. This was demonstrated with screenshots.
Feedback/concerns: The merchant clarified they do not want side white space, only a small vertical gap between images (bottom of one to top of the next). They also want the gap smaller than 20px and easily adjustable. The provided CSS appears to add side white space due to the background rule and the margin felt too large.
Status and next steps: No resolution yet. The merchant requested an alternative CSS approach that strictly adds vertical spacing between images (smaller, adjustable) without affecting side spacing. Awaiting a revised code snippet addressing these constraints.
Summarized with AI on December 13.
AI used: gpt-5.
Thanks but I don’t want white space on the sides of the product images, I
only want a space between the bottom of one image and the top of the next
image underneath it as you scroll down.
Also I’d like to gap to be smaller, is this possible?