Category icons are suddenly HUGE (broken?)

Hi,

starting from a few hours ago, the category Icons in the front page of our user community forum appear HUGE therefore pixilated and It doesn’t seem re-uploading the icons do anything to change it.
We didn’t change any settings so it’s all very surprising to us.

Can anyone help us fix this issue?

Thanks

I imagine you have just upgraded your site. There are a lot of topics related to this argument, you can read here Shrunken Category Images

You can solve your problem with a simple fix, just change 200px with the value that fit your needs

.category-list .category-logo.aspect-image {
    max-width: 200px; /*change this value*/ 
}
4 Likes

Hi @dax Thanks for your help. But Can you explain where I can use this code? I’m completely ignorant about this. by the way I didn’t upgrade the page, unless it’s automatically done…!!! Thanks!:grinning:

@dax I figured it out! Many thanks I’m very glad :slight_smile:

5 Likes