# Repositioning the category description alongside category logo on mobile view

**URL:** https://meta.discourse.org/t/repositioning-the-category-description-alongside-category-logo-on-mobile-view/151500
**Category:** Support
**Created:** [14 mei 2020 om 15:40 UTC](https://meta.discourse.org/t/repositioning-the-category-description-alongside-category-logo-on-mobile-view/151500 "2020-05-14T15:40:32Z")
**Posts on this page:** 2
**Page:** 1

<div class="post-metadata">

### Author: ![Milo](https://avatars.discourse-cdn.com/v4/letter/m/85e7bf/32.png) [@Milo](https://meta.discourse.org/u/Milo)
#### Post date: [14 mei 2020 om 15:40 UTC](https://meta.discourse.org/t/repositioning-the-category-description-alongside-category-logo-on-mobile-view/151500/1 "2020-05-14T15:40:32Z")

</div>

Hi

When viewing Discourse on mobile (and with the mobile view enabled) the category description isn’t shown. I have changed the CSS so that is displays using the below rule:

```
.category-description {
    display: table-row !important;
}

```

However, the description appears below the category logo. Is there any way you can reposition the description so that it sits to the right of the icon? I’m aiming to move it from where it currently is (red box) to the blue box in this screenshot:

 ![mobile-view-change-category-description-position](https://global.discourse-cdn.com/meta/original/3X/d/5/d527df7dd2567a94520597240134af70783a9ddc.png)

Thanks

---

<div class="post-metadata">

### Author: ![Milo](https://avatars.discourse-cdn.com/v4/letter/m/85e7bf/32.png) [@Milo](https://meta.discourse.org/u/Milo)
#### Post date: [16 mei 2020 om 18:50 UTC](https://meta.discourse.org/t/repositioning-the-category-description-alongside-category-logo-on-mobile-view/151500/2 "2020-05-16T18:50:42Z")

</div>

I’m still struggling with this having spent the last 2 days experimenting with CSS. From what I can see, in mobile view, the category logo and category description are displayed within a table and each are on a different row. So can I technically achieve the positioning I describe in the image above? I’m not a CSS expert so I’d love to hear whether this is possible before I waste another day on this. Thanks!
