A user seeks to reduce spacing between product cards on collection pages in the Shopify Prestige theme without coding knowledge.
Initial Solutions Provided:
Insert CSS code in theme.liquid file above the </body> tag to control spacing uniformly (1px suggested)
Alternative approach using theme.css/base.css with gap property for the .product-list class (5px example)
Refinement:
When asked about separating vertical and horizontal spacing, a revised CSS solution was offered using row-gap and column-gap properties with adjustable values, allowing independent control of top/bottom versus left/right spacing.
Key Technical Details:
All solutions involve adding CSS snippets to theme files
Visual examples demonstrate reduced spacing between product cards
Values can be customized to user preference
Related Query:
A separate user later asks about removing gaps in the Trade theme, indicating this is a common customization need across different Shopify themes. This question remains unanswered.
Summarized with AI on November 1.
AI used: claude-sonnet-4-5-20250929.
We are using the Shopify prestige theme and are currently trying to decrease the spacing between the product cards on collection pages (also featured collections on homepage). The shop is sileth.com. Is there any way that I can simply insert a css code to the theme settings? (No clue of coding…) I want to reduce the spacing on the left/right hand sides of the card + on the top/bottom.