Hi! I am trying to change the size of the cards in the collection list. They are too big and would like to make them smaller. Any tips on how?
This is my site for reference: https://growinggracecreations.com/
A user seeks to reduce the size of collection list cards in the Sense theme, finding them too large.
Solution provided:
@media screen and (min-width: 990px) sectionmax-width property by modifying the --grid-desktop-horizontal-spacing variableExample modification:
Replace the existing value with 117px (e.g., max-width: calc(25% - 117px * 3 / 4)) to make cards smaller. The responder included before/after screenshots demonstrating the visual difference, showing noticeably reduced card sizes after applying the CSS changes.
Users can adjust the pixel value according to their specific requirements for card dimensions.
Hi! I am trying to change the size of the cards in the collection list. They are too big and would like to make them smaller. Any tips on how?
This is my site for reference: https://growinggracecreations.com/
Hi @growinggracecre ,
To minimize the cards in your collection list, you can do it in the following way
Result:
Before
After
Hope it helps @growinggracecre