# Category Image Formatting

**URL:** https://meta.discourse.org/t/category-image-formatting/197176
**Category:** Support
**Created:** [July 14, 2021, 10:56pm UTC](https://meta.discourse.org/t/category-image-formatting/197176 "2021-07-14T22:56:55Z")
**Posts on this page:** 6
**Page:** 1

<div class="post-metadata">

### Author: ![Jim\_Shilts1](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/jim_shilts1/32/227728_2.png) [@Jim\_Shilts1](https://meta.discourse.org/u/Jim_Shilts1)
#### Post date: [July 14, 2021, 10:56pm UTC](https://meta.discourse.org/t/category-image-formatting/197176/1 "2021-07-14T22:56:55Z")

</div>

can anyone help with a formatting question? There is a lot of white space under my category images, and I can not find a setting to adjust that. The images themselves are only as tall as the colored circles. Anyone know what to do? image: [https://drive.google.com/file/d/11DNwKGoWkpP1Ymnikm3mY9STCFtF2qb6/view?usp=sharing](https://drive.google.com/file/d/11DNwKGoWkpP1Ymnikm3mY9STCFtF2qb6/view?usp=sharing)

---

<div class="post-metadata">

### Author: ![Johani](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/johani/32/176920_2.png) [@Johani](https://meta.discourse.org/u/Johani)
#### Post date: [July 15, 2021, 5:35pm UTC](https://meta.discourse.org/t/category-image-formatting/197176/2 "2021-07-15T17:35:12Z")

</div>

Welcome to Meta @Jim_Shilts1

I can’t reproduce the issue you described.

Is your site up-to-date?  
Did you try [safe-mode](https://meta.discourse.org/t/how-to-use-discourse-safe-mode/53504) to rule out any theme/plugin CSS issues?  
Can you post a link to your site so we can investigate further?

---

<div class="post-metadata">

### Author: ![Jim\_Shilts1](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/jim_shilts1/32/227728_2.png) [@Jim\_Shilts1](https://meta.discourse.org/u/Jim_Shilts1)
#### Post date: [July 15, 2021, 5:36pm UTC](https://meta.discourse.org/t/category-image-formatting/197176/3 "2021-07-15T17:36:09Z")

</div>

[community.incredibuild.com](http://community.incredibuild.com)

---

<div class="post-metadata">

### Author: ![Johani](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/johani/32/176920_2.png) [@Johani](https://meta.discourse.org/u/Johani)
#### Post date: [July 15, 2021, 6:02pm UTC](https://meta.discourse.org/t/category-image-formatting/197176/4 "2021-07-15T18:02:32Z")

</div>

You’re adding category logos that already include descriptions. They force the text-based Discourse descriptions to be rendered out of view - because the category logos are so wide.

 ![image](https://global.discourse-cdn.com/meta/original/3X/7/3/730018063b2e557e459c3581e9d97c20177c4f8a.png)

Even when they’re out of view, they will still affect the layout of their sibling elements.

Can you try adding this CSS to your theme under desktop \> CSS

```scss
.category-list {
  .category-description {
    display: none;
  }
  .category-logo.aspect-image {
    margin-bottom: 0;
  }
}

```

like so

 ![image](https://global.discourse-cdn.com/meta/original/3X/6/e/6ef1735639e422fc70d5598e5ad4df1f57a1f52a.png)

---

<div class="post-metadata">

### Author: ![Jim\_Shilts1](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/jim_shilts1/32/227728_2.png) [@Jim\_Shilts1](https://meta.discourse.org/u/Jim_Shilts1)
#### Post date: [July 15, 2021, 7:45pm UTC](https://meta.discourse.org/t/category-image-formatting/197176/5 "2021-07-15T19:45:59Z")

</div>

That worked!!! Thank you!!!

---

<div class="post-metadata">

### Author: ![system](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/system/32/443519_2.png) [@system](https://meta.discourse.org/u/system)
#### Post date: [August 14, 2021, 7:46pm UTC](https://meta.discourse.org/t/category-image-formatting/197176/6 "2021-08-14T19:46:22Z")

</div>

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