Goal: Configure collection pages to display 3 products per row with increased spacing (gap) without stretching images, inspired by The Outnet.
Key steps and proposals:
After the store preview URL was shared, a helper suggested adding custom CSS to the theme’s stylesheet to force 3 columns and adjust spacing:
• CSS: within @media (min-width: 768px), set .product-grid–per-row-4 { --product-columns-desktop: 3 !important; gap: 31px !important; }.
• A screenshot illustrated the expected layout change.
Issue and resolution:
The store lacked theme.css/base.css, and adding the code elsewhere initially failed.
Revised guidance: place the CSS in theme.liquid before the closing tag. After doing so, the merchant confirmed it worked perfectly.
Outcome:
The collection grid now shows 3 products per row with increased gap on desktop.
No further changes requested; thread resolved.
Notes:
A screenshot was included to demonstrate the visual result. No complex jargon beyond basic CSS and Shopify theme file locations.
Summarized with AI on December 12.
AI used: gpt-5.
Welcome to Shopify Community! Can you share your Store URL so I can have a look on it? Also, if you have password enabled then please share the password as well. Your cooperation would be greatly appreciated.