# Put something below the sidebar

**URL:** <https://meta.discourse.org/t/put-something-below-the-sidebar/360335>\
**Category:** Development\
**Created:** [April 4, 2025, 3:05am UTC](https://meta.discourse.org/t/put-something-below-the-sidebar/360335 "2025-04-04T03:05:29Z")\
**Posts on this page:** 2\
**Page:** 1

<div class="post-metadata">

**Author:** ![NateDhaliwal](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/natedhaliwal/32/313494_2.png) [@NateDhaliwal](https://meta.discourse.org/u/NateDhaliwal)\
**Post date:** [April 4, 2025, 3:05am UTC](https://meta.discourse.org/t/put-something-below-the-sidebar/360335/1 "2025-04-04T03:05:29Z")

</div>

I’m wondering if there is a way to place something (another section) below the left sidebar (but cannot be _in_ the left sidebar). Does the outlet `below-footer` do this?

If that isn’t possible, is placing a right sidebar possible?

---

<div class="post-metadata">

**Author:** ![Arkshine](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/arkshine/32/298682_2.png) [@Arkshine](https://meta.discourse.org/u/Arkshine)\
**Post date:** [April 4, 2025, 4:13am UTC](https://meta.discourse.org/t/put-something-below-the-sidebar/360335/2 "2025-04-04T04:13:37Z")

</div>

Possibly `after-main-outlet`, then a bit of CSS to modify `#after-main-outlet` grid, and sidebar height. For the grid, you could add another row to `grid-template-areas` like `"button below-content"`. Something like that.
