# Categories icon in Mobile

**URL:** https://meta.discourse.org/t/categories-icon-in-mobile/107203
**Category:** Support
**Created:** [22.Январь.2019 19:08:03 UTC](https://meta.discourse.org/t/categories-icon-in-mobile/107203 "2019-01-22T19:08:03Z")
**Posts on this page:** 4
**Page:** 1

<div class="post-metadata">

### Author: ![ElForoViajero](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/elforoviajero/32/187116_2.png) [@ElForoViajero](https://meta.discourse.org/u/ElForoViajero)
#### Post date: [22.Январь.2019 19:08:03 UTC](https://meta.discourse.org/t/categories-icon-in-mobile/107203/1 "2019-01-22T19:08:03Z")

</div>

Hi!

Is there any way that the categories list in mobile view, the icon gets next to the Category title? I am doing my best, but I don’t know how to do that with css…yet 🙂

 ![17](https://global.discourse-cdn.com/meta/original/3X/3/d/3d06609f30278c0fa969fe2fa23a54eeeafe1902.png)

Thanks a lot!

---

<div class="post-metadata">

### Author: ![pmusaraj](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/pmusaraj/32/119489_2.png) [@pmusaraj](https://meta.discourse.org/u/pmusaraj)
#### Post date: [22.Январь.2019 20:41:43 UTC](https://meta.discourse.org/t/categories-icon-in-mobile/107203/2 "2019-01-22T20:41:43Z")

</div>

This is not thoroughly tested, but try adding the following CSS to a mobile-only stylesheet:

```plaintext
.category-list .category-text-title, .category-list .category-text-title + div {
    display: inline-block;
    vertical-align: middle;
}

```

---

<div class="post-metadata">

### Author: ![ElForoViajero](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/elforoviajero/32/187116_2.png) [@ElForoViajero](https://meta.discourse.org/u/ElForoViajero)
#### Post date: [23.Январь.2019 19:56:47 UTC](https://meta.discourse.org/t/categories-icon-in-mobile/107203/3 "2019-01-23T19:56:47Z")

</div>

Thanks thanks! It works perfectly 🙂

---

<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: [22.Февраль.2019 19:56:48 UTC](https://meta.discourse.org/t/categories-icon-in-mobile/107203/4 "2019-02-22T19:56:48Z")

</div>

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