# Category icons are suddenly HUGE (broken?)

**URL:** https://meta.discourse.org/t/category-icons-are-suddenly-huge-broken/108679
**Category:** Support
**Created:** [February 8, 2019, 1:51pm UTC](https://meta.discourse.org/t/category-icons-are-suddenly-huge-broken/108679 "2019-02-08T13:51:11Z")
**Posts on this page:** 1
**Showing post:** 2

<div class="post-metadata">

### Author: ![dax](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/dax/32/244677_2.png) [@dax](https://meta.discourse.org/u/dax)
#### Post date: [February 8, 2019, 2:32pm UTC](https://meta.discourse.org/t/category-icons-are-suddenly-huge-broken/108679/2 "2019-02-08T14:32:57Z")

</div>

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 - #2 by jomaxro](https://meta.discourse.org/t/shrunken-category-images/103216/2)

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

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

```

---

_[View the full topic](https://meta.discourse.org/t/category-icons-are-suddenly-huge-broken/108679)._
