# Hoe de zijbalk in te schakelen en een standaard licht thema te maken?

**URL:** https://meta.discourse.org/t/how-to-enable-the-sidebar-and-create-a-default-light-theme/256085
**Category:** Support
**Tags:** sidebar
**Created:** [23 februari 2023 om 17:36 UTC](https://meta.discourse.org/t/how-to-enable-the-sidebar-and-create-a-default-light-theme/256085 "2023-02-23T17:36:40Z")
**Posts on this page:** 1
**Showing post:** 8

<div class="post-metadata">

### Author: ![Canapin](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/canapin/32/119591_2.png) [@Canapin](https://meta.discourse.org/u/Canapin)
#### Post date: [24 februari 2023 om 10:20 UTC](https://meta.discourse.org/t/how-to-enable-the-sidebar-and-create-a-default-light-theme/256085/8 "2023-02-24T10:20:48Z")

</div>

If by “full width” you mean enlarging your forum’s content to it takes more width on your screen, you need to add this to your CSS:

> [@How to increase width of topic](https://meta.discourse.org/t/how-to-increase-width-of-topic/81885/7):
>
> Good news, this is the case now. In a theme the content width of a topic can be increased with a little CSS: :root { --topic-body-width: 1000px; } That’s it! no overlap. Note that the max-width is still constrained by Discourse’s overall max-width, so if you want to go to an extreme and do something like: :root { --topic-body-width: 2000px; } you’ll also need to increase --d-max-width, which defaults to 1110px :root { --d-max-width: 3000px; --topic-body-width: 2000px; }

 ![image](https://global.discourse-cdn.com/meta/original/4X/1/7/2/172d6356bb8409949e60c80b7cb572a949ab9670.png)

Having a site in full-width isn’t always a good thing though, it depends on the content. 🙂

---

_[View the full topic](https://meta.discourse.org/t/how-to-enable-the-sidebar-and-create-a-default-light-theme/256085)._
