Any way to hide the left sidebar? #1108
-
What version of
|
Beta Was this translation helpful? Give feedback.
Replies: 5 comments 14 replies
-
The ---
title: Page without sidebars
template: splash
--- It does also hide the right sidebar/table of contents though. Were you hoping to keep that? |
Beta Was this translation helpful? Give feedback.
This comment was marked as spam.
This comment was marked as spam.
-
In addition to the template: splash option delucis mentioned: ---
title: Page without sidebars
template: splash
--- I added a custom stylesheet with: html:not([data-has-toc]) {
--sl-content-width: 45rem !important;
} |
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
-
Considering many suggestions have been listed to handle this use case, either with a different template, CSS-solutions, or even plugins, depending on the desired outcome, I'll close this discussion for now. |
Beta Was this translation helpful? Give feedback.
The
template: splash
option hides the left sidebar:It does also hide the right sidebar/table of contents though. Were you hoping to keep that?