# Hoe de volgorde van menu-secties in de zijbalk te regelen?

**URL:** https://meta.discourse.org/t/how-to-control-the-order-of-menu-sections-in-the-sidebar/383384
**Category:** Support
**Tags:** sidebar
**Created:** [20 september 2025 om 14:18 UTC](https://meta.discourse.org/t/how-to-control-the-order-of-menu-sections-in-the-sidebar/383384 "2025-09-20T14:18:41Z")
**Posts on this page:** 1
**Showing post:** 3

<div class="post-metadata">

### Author: ![Aurora](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/aurora/32/523140_2.png) [@Aurora](https://meta.discourse.org/u/Aurora)
#### Post date: [20 september 2025 om 15:03 UTC](https://meta.discourse.org/t/how-to-control-the-order-of-menu-sections-in-the-sidebar/383384/3 "2025-09-20T15:03:50Z")

</div>

Thanks! I had just found and implemented that - but it didn’t work on mobile

> [@Rearrange Sidebar Order?](https://meta.discourse.org/t/rearrange-sidebar-order/273405/2?u=aurora):
>
> since the navigation menu sidebar-sections class is using the display = "flex" property you can do something like this - just change the numbers based on what order you want the sections to appear: in common css .sidebar-section-wrapper.sidebar-section[data-section-name="categories"] { order: 1; } .sidebar-section-wrapper.sidebar-section[data-section-name="tags"] { order: 2; } .sidebar-section-wrapper.sidebar-section[data-section-name="chat-dms"] { order: 3; } .sidebar-section-wrappe…

---

_[View the full topic](https://meta.discourse.org/t/how-to-control-the-order-of-menu-sections-in-the-sidebar/383384)._
