# Categories: Smartphone View Component

**URL:** https://meta.discourse.org/t/categories-smartphone-view-component/258590
**Category:** Feature
**Created:** [March 18, 2023, 11:46am UTC](https://meta.discourse.org/t/categories-smartphone-view-component/258590 "2023-03-18T11:46:59Z")
**Posts on this page:** 1
**Showing post:** 14

<div class="post-metadata">

### Author: ![Canapin](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/canapin/32/119591_2.png) [@Canapin](https://meta.discourse.org/u/Canapin)
#### Post date: [March 20, 2023, 10:01am UTC](https://meta.discourse.org/t/categories-smartphone-view-component/258590/14 "2023-03-20T10:01:52Z")

</div>

> [@Heliosurge](#):
>
> Tbh I find the #Customization > Theme topic list annoying on mobile as I find it harder to visually find things.

We’re aware of that and discussing it 👍

> [@hoangphuctran93](#):
>
> Or you can check out my site at [https://businesslab.vn](https://businesslab.vn)

I was curious, so I made these tweaks to make something like @derak would like:

 ![image](https://global.discourse-cdn.com/meta/original/4X/2/6/6/26603a208175e903c25050d63f1a9a789b0e66b0.png)

```css
.category-boxes, .category-boxes-with-topics {
    gap: 1em;
}
.mobile-view .category-boxes .category-box, .mobile-view .category-boxes-with-topics .category-box {
    width: 100%;
    flex: 0 0 calc(50% - 0.5em);
}
.category-boxes .description {
    display: none;
}
.category-boxes .category-box .category-box-inner .category-details .category-box-heading h3 {
    text-align: center !important;
}
.category-boxes .category-logo .category-notifications-button, .category-boxes-with-topics .category-logo .category-notifications-button {
    visibility: hidden;
}
.category-boxes .category-box {
     box-shadow: 0px 0px 8px rgba(0,0,0,.2);
}

```

---

_[View the full topic](https://meta.discourse.org/t/categories-smartphone-view-component/258590)._
