Enlarged category logo images

Hello. We’ve been trying to add some logo images to our categories, unfortunately they appear larger than our original files.

testt

We found some other discussions about this issue and the following css code:

.category-list .category-logo.aspect-image {
    max-width: 60px;
}

Here’s the result:

SB

It kinda fixed the issue, but once you go to that category, it’s appears big again.

test

Any ideas how to fix this?

If you still need it, here’s the CSS for the logo on the category page:

.category-heading .category-logo.aspect-image {
    max-width: 60px;
}
2 Likes

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