Homepage (sub)category display - lots of whitespace

Hey @hollyw :wave:

I’m not aware of any changes to that area of the top of my head. That said, if you want to reduce the whitespace between the category logo and the subcategory list, you can add something like this to your theme under

common > css

.categories-list .category-logo {
  margin-bottom: 0.25em;
}

If that doesn’t work for you, can you share a link to the site you’re seeing the issue on so I can take a better look?

2 Likes