# Graceful Theme

**URL:** <https://meta.discourse.org/t/graceful-theme/93040>\
**Category:** Theme\
**Tags:** official, graceful-theme\
**Created:** [July 24, 2018, 8:09pm UTC](https://meta.discourse.org/t/graceful-theme/93040 "2018-07-24T20:09:12Z")\
**Posts on this page:** 1\
**Showing post:** 148

<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:** [February 16, 2025, 5:20pm UTC](https://meta.discourse.org/t/graceful-theme/93040/148 "2025-02-16T17:20:47Z")

</div>

The Canapin’s TC works for me on this theme.  
This TC sets `--d-max-width` and `--topic-body-width` CSS variables.  
You might have another TC or customizations that overwrites these values.

You can try manually, for example:

```css
body {
    --d-max-width: 1500px;
    --topic-body-width: 1500px;
}

```

---

_[View the full topic](https://meta.discourse.org/t/graceful-theme/93040)._
