Skip to main content
  1. Posts/

Custom toggle to hide the Reddit sidebar

·87 words·1 min
Photo by Kim Menikh on Unsplash

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:

1
.side { display: none; }

Assign your toggle to the snippet.

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