Main Issue:
Users want to remove spacing between images in Shopify collection sections to create a seamless, edge-to-edge gallery layout.
Primary Solutions Provided:
CSS code injection via theme.liquid file (before </body> tag)
Key CSS properties used:
column-gap: 0 !important for collection grids
max-width: 100vw and margin: 0 for full-width display
Custom width values (e.g., width: 298px) for precise image sizing
Common Challenges:
Initial code attempts didn’t always work due to theme-specific CSS selectors
Right-side spacing persisted even after applying padding/margin resets
Required iterative adjustments to target correct CSS classes (.collection-list-wrapper, .product-grid-container)
Resolution:
Multiple users successfully implemented solutions with customized CSS values. One user adjusted provided code from default to 376px width, achieving desired seamless appearance.
Additional Request:
Thread concludes with request for full-width background video implementation under header (separate from original spacing issue).
Status: Resolved for original posters through custom CSS modifications.
Summarized with AI on November 12.
AI used: claude-sonnet-4-5-20250929.
I have noticed that the Collection List images on my home page appear to have spacing between them. I was wondering if there is a way to remove that spacing and have images stick to each other as the pic attached below. Would anyone happen to know how to do this?
It is a collections box, you should see it at alignaide.com if you scroll down in the homepage. I have removed the padding from the collection section but the images are named images so this setting to remove padding is not available.