~ posts articles presentations code about

Custom toggle to hide the Reddit sidebar

2025-05-25

Because the sidebar is fixed size, it sometimes overlaps with the content on smaller screens. Using RES you can create a toggle for the sidebar.

First, create a toggle under: RES settings console > Core > Custom toggles > Toggle named: Sidebar toggle.

Add the following as a CSS snippet: RES settings console > Appearance > Stylesheet Loader > Snippets:

.side { display: none; }

Assign your toggle to the snippet.

A new toggle will appear under the RES menu (gear icon) in the top bar.