Solved!
Topic summary
A user is experiencing misalignment issues with product images in their category menu, showing a screenshot where product boxes appear unevenly spaced with excessive gaps (highlighted in yellow).
Proposed Solution:
Another user suggests adding padding between product boxes through custom CSS:
- Navigate to Online Store → Edit Code
- Locate the theme.liquid file
- Add CSS styling before the closing
</body>tag:- Target classes:
.card--card,.card--standard,.card__inner - Apply
width: auto !important;
- Target classes:
This CSS modification aims to adjust the product card widths and resolve the alignment inconsistencies. The discussion remains open with no confirmation yet on whether the solution resolved the issue.