# Header Submenus

**URL:** https://meta.discourse.org/t/header-submenus/94584
**Category:** Theme component
**Tags:** official, header-submenus
**Created:** [August 13, 2018, 9:50am UTC](https://meta.discourse.org/t/header-submenus/94584 "2018-08-13T09:50:07Z")
**Posts on this page:** 1
**Showing post:** 135

<div class="post-metadata">

### Author: ![davidkingham](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/davidkingham/32/119528_2.png) [@davidkingham](https://meta.discourse.org/u/davidkingham)
#### Post date: [April 4, 2023, 3:26pm UTC](https://meta.discourse.org/t/header-submenus/94584/135 "2023-04-04T15:26:16Z")

</div>

Hey Kris, this component could use an update for use with the chat and sidebar. With the `fixed_mode` setting turned on, the chat and sidebar do not get moved down and sit behind the d-header.

The CSS below seems to fix things up nicely, except it doesn’t play well with [Category Banners](https://meta.discourse.org/t/category-banners/86241) as it seems to be bumping the #main-outlet down an additional 40px on category pages. Thanks!

```plaintext
.sidebar-wrapper, .main-chat-outlet, .chat-drawer {
    margin-top: 40px !important;
}

```

---

_[View the full topic](https://meta.discourse.org/t/header-submenus/94584)._
