Why are my collection blocks too large even after removing pictures?

Topic summary

A store owner is experiencing oversized collection blocks in their \

Summarized with AI on November 18. AI used: claude-sonnet-4-5-20250929.

Hello,

We have a categories section that is just a bunch of collections, however the size of the collection blocks once the pictures are removed are far too big. I have tried custom code from other solutions, but it doesn’t work. We are trying to minimize the white space, but nothing I’ve tried has worked. Please see below. I have highlighted the collection blocks to show what we think is too big. Thank you!

Hi,

Can you share your store url

Its the section labeled “Categories”.

https://sappysupplies.com/

Hi,

Add this CSS code
Online Store > Themes > Edit code > Assets > custom.css or theme.css

.card--standard .card__inner { display: block !important; }