# Como controlar a ordem das seções do menu na barra lateral?

**URL:** https://meta.discourse.org/t/how-to-control-the-order-of-menu-sections-in-the-sidebar/383384
**Category:** Support
**Tags:** sidebar
**Created:** [20 Setembro , 2025 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:** 9

<div class="post-metadata">

### Author: ![chapoi](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/chapoi/32/537252_2.png) [@chapoi](https://meta.discourse.org/u/chapoi)
#### Post date: [21 Setembro , 2025 20:30 UTC](https://meta.discourse.org/t/how-to-control-the-order-of-menu-sections-in-the-sidebar/383384/9 "2025-09-21T20:30:00Z")

</div>

Ah, mais um detalhe: a barra lateral não está usando flex no mobile, aparentemente. Então, você precisaria adicionar isso também.

```plaintext
.sidebar-sections {
display: flex;
flex-direction: column;
}

```

---

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