# Horizon Theme

**URL:** https://meta.discourse.org/t/horizon-theme/360486
**Category:** Theme
**Tags:** official, horizon-theme
**Created:** [April 7, 2025, 5:53pm UTC](https://meta.discourse.org/t/horizon-theme/360486 "2025-04-07T17:53:06Z")
**Posts on this page:** 1
**Showing post:** 89

<div class="post-metadata">

### Author: ![Lilly](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/lilly/32/575047_2.png) [@Lilly](https://meta.discourse.org/u/Lilly)
#### Post date: [May 19, 2026, 4:02pm UTC](https://meta.discourse.org/t/horizon-theme/360486/89 "2026-05-19T16:02:42Z")

</div>

yea that looks like expected behavior unfortunately. the pinned button and topic notifications buttons are outside the `topic-footer-main-buttons` div. ~~not sure if it’s possible but those two buttons should at the very least be in their own row together, but it would definitely be more ideal if they could render inside the topic footer main buttons row here.~~

 ![Screenshot 2026-05-19 at 8.59.55 AM](https://global.discourse-cdn.com/meta/original/4X/5/f/b/5fbbac3f7ad1ec04fff3e7c94dd1c0c0e73f5e3e.png)

edit: Moin pointed out to me that this is because Horizon hides the text explainers (that i don’t usually pay attention to lol)

 ![Screenshot 2026-05-19 at 9.57.24 AM](https://global.discourse-cdn.com/meta/original/4X/f/f/b/ffb445151209258eeb37eadb96748e2778f48be1.png)

they can be displayed by using this CSS if one needs:

```css
.notifications-button-footer .reason .text, 
.pinned-button .reason .text {
    display: inline-flex;
}

```

---

_[View the full topic](https://meta.discourse.org/t/horizon-theme/360486)._
