How to widen the width of the content and move the content to the left #42
Unanswered
kurt-krueckeberg
asked this question in
Q&A
Replies: 1 comment 3 replies
-
Thanks! The dark mode definitely makes things easier on the eyes. The best way to align the content to the left currently is to customise the CSS: div.documentwrapper {
margin: 0;
} Similarly, to make the content wider: div.documentwrapper {
max-width: 60rem;
} You should be able to add a custom CSS file using this. I might add this as a proper feature, so it can be configured in |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
First, thanks for the Piccolo theme for Sphinx! The dark mode support is great to have in a theme.
What is the best way to widen the content width? And is it possible to move the content to the left, so its closer to the navigation?
Beta Was this translation helpful? Give feedback.
All reactions