# Custom Hamburger Menu Links

**URL:** https://meta.discourse.org/t/custom-hamburger-menu-links/87644
**Category:** Theme component
**Tags:** deprecated
**Created:** [May 16, 2018, 2:15pm UTC](https://meta.discourse.org/t/custom-hamburger-menu-links/87644 "2018-05-16T14:15:15Z")
**Posts on this page:** 1
**Showing post:** 79

<div class="post-metadata">

### Author: ![rahim123](https://avatars.discourse-cdn.com/v4/letter/r/df705f/32.png) [@rahim123](https://meta.discourse.org/u/rahim123)
#### Post date: [January 28, 2023, 2:54pm UTC](https://meta.discourse.org/t/custom-hamburger-menu-links/87644/79 "2023-01-28T14:54:26Z")

</div>

@hosch By any chance is it possible to move it higher up? I’d like it to appear after the **Community** section, or possibly even before it.

* * *

_ **Edit:** _ _Looks like it’s possible with a variation on this:_  
_[Rearrange Existing Hamburger Menu Items - #3 by awesomerobot](https://meta.discourse.org/t/rearrange-existing-hamburger-menu-items/123098/3)_

```plaintext
.sidebar-sections {
  display: flex; /* Setup a flex layout so you can reorder things */
  flex-direction: column;
  .sidebar-section-community {
    order: -1;
  }
}

```

I wonder about moving it to the highest position?

---

_[View the full topic](https://meta.discourse.org/t/custom-hamburger-menu-links/87644)._
