Upgrade changed category image sizes

Hi,

our forum has CSS setting and category logo was square(120px ×120px), but after latest upgrade, their width are limited to 45px.
Can you help me?

Thank you.

1 Like

3 posts were split to a new topic: Logo CSS issues after update

It’s related to our recent change in category image’s maximum width. You could adjust it using below CSS. Currently it’s 25%

@supports (--custom: property) {
  .category-logo.aspect-image {
    max-width: 100%;
  }
}
8 Likes

It works! Thank you.

2 Likes

Logo size change is not related to this issue.

3 Likes

Adjusting should be no longer needed, we removed the new max width restriction on the image.

5 Likes

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.