After latest update, broken sub categories layout

Hi @patrickemin,

This is happening because of the default float behavior set on the category logo.

I would add this to your custom CSS:

.categories-list .category .category-logo.aspect-image {
  float: unset;
  margin: 0.5rem 0;
}
5 Likes