# How to move the TOC to the left side of the post?

**URL:** https://meta.discourse.org/t/how-to-move-the-toc-to-the-left-side-of-the-post/276309
**Category:** Support
**Tags:** disco-toc
**Created:** [4 augustus 2020 om 22:55 UTC](https://meta.discourse.org/t/how-to-move-the-toc-to-the-left-side-of-the-post/276309 "2020-08-04T22:55:16Z")
**Posts on this page:** 5
**Page:** 1

<div class="post-metadata">

### Author: ![MichelleBarnett](https://avatars.discourse-cdn.com/v4/letter/m/34f0e0/32.png) [@MichelleBarnett](https://meta.discourse.org/u/MichelleBarnett)
#### Post date: [4 augustus 2020 om 22:55 UTC](https://meta.discourse.org/t/how-to-move-the-toc-to-the-left-side-of-the-post/276309/1 "2020-08-04T22:55:16Z")

</div>

Is there a way to move the TOC to the left side of the post, rather than the default right side?

---

<div class="post-metadata">

### Author: ![JQ331](https://avatars.discourse-cdn.com/v4/letter/j/41988e/32.png) [@JQ331](https://meta.discourse.org/u/JQ331)
#### Post date: [4 september 2020 om 21:23 UTC](https://meta.discourse.org/t/how-to-move-the-toc-to-the-left-side-of-the-post/276309/2 "2020-09-04T21:23:13Z")

</div>

> [@MichelleBarnett](#):
>
> Is there a way to move the TOC to the left side of the post, rather than the default right side?

I’ve also been trying to figure this out. It’s nice to be distinctive, but table of contents are almost always on the left side of sites, which makes sense given that we read left to right. Is there a way to do this?

---

<div class="post-metadata">

### Author: ![AntiMetaman](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/antimetaman/32/186978_2.png) [@AntiMetaman](https://meta.discourse.org/u/AntiMetaman)
#### Post date: [9 september 2020 om 03:26 UTC](https://meta.discourse.org/t/how-to-move-the-toc-to-the-left-side-of-the-post/276309/3 "2020-09-09T03:26:31Z")

</div>

How can we keep the table of contents on the left and keep the standard discord scrollbar on the right? I have some difficulty getting to the bottom of a post since the scrollbar has changed.

Here is an example:

> **[YGO Omega Guide](https://forum.duelistsunite.org/t/ygo-omega-guide/519)**
>
> I. Installation A. Installing the Game WINDOWS Make sure you have the discord installed and running (desktop client). Download from https://omega.duelistsunite.org/ or Go to Release Latest · duelists-unite/omega-releases · GitHub (These links...

---

<div class="post-metadata">

### Author: ![Don](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/don/32/228726_2.png) [@Don](https://meta.discourse.org/u/Don)
#### Post date: [20 september 2020 om 08:53 UTC](https://meta.discourse.org/t/how-to-move-the-toc-to-the-left-side-of-the-post/276309/4 "2020-09-20T08:53:15Z")

</div>

**Hello AntiMetaman,**

You can change the direction with css. Add something like this **to desktop css section**. It should show the DiscoTOC on the left side.

```
.d-toc-post .d-toc-article{
    flex-flow: row-reverse;
}

```

---

<div class="post-metadata">

### Author: ![system](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/system/32/443519_2.png) [@system](https://meta.discourse.org/u/system)
#### Post date: [23 augustus 2023 om 14:53 UTC](https://meta.discourse.org/t/how-to-move-the-toc-to-the-left-side-of-the-post/276309/5 "2023-08-23T14:53:29Z")

</div>

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.
