# Horizon theme bug: Category heading container sticky in topic lists

**URL:** https://meta.discourse.org/t/horizon-theme-bug-category-heading-container-sticky-in-topic-lists/387267
**Category:** UX
**Tags:** horizon-theme
**Created:** [31 באוקטובר,‏ 2025,‏ 1:04pm UTC](https://meta.discourse.org/t/horizon-theme-bug-category-heading-container-sticky-in-topic-lists/387267 "2025-10-31T13:04:32Z")
**Posts on this page:** 1
**Showing post:** 12

<div class="post-metadata">

### Author: ![nathank](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/nathank/32/290039_2.png) [@nathank](https://meta.discourse.org/u/nathank)
#### Post date: [7 באפריל,‏ 2026,‏ 3:31am UTC](https://meta.discourse.org/t/horizon-theme-bug-category-heading-container-sticky-in-topic-lists/387267/12 "2026-04-07T03:31:14Z")

</div>

So what is the way forwards for this?

I do wonder if we should simply hide the category description on mobile for Horizon. It is kind of doubling up information anyway, in a space that is very tight.

I’ve achieved this with some simple CSS in the Mobile tab of a TC:

```plaintext
.category-heading.--has-logo {
    display: none;
}

```

Perhaps this should be included in Horizon?

---

_[View the full topic](https://meta.discourse.org/t/horizon-theme-bug-category-heading-container-sticky-in-topic-lists/387267)._
