How to modify the content width of my Jupyter book #797
Unanswered
quantitative-technologies
asked this question in
Q&A
Replies: 1 comment
-
Hi @quantitative-technologies , the best way to go about this would be to create your CSS file with the desired style rules, and then add them in your _static folder, as shown in https://sphinx-book-theme.readthedocs.io/en/stable/customize/custom-css.html?highlight=Custom%20CSS . Unfortunately, there's no easy way at the moment, like, passing the screen width to a config variable, etc. You will require knowledge of CSS to do it. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I want to make the middle content column wider, and also make the total page width larger since it only uses less than 2/3 of the screen width when I read the book in my web browser.
How can I do it?
There is a section in the guides: Custom CSS or JavaScript. However, I am not a web developer, and I don't see any explanation there of how to do my desired customization.
I have also posted a question on SO about this.
Beta Was this translation helpful? Give feedback.
All reactions