Can I increase the page width? #2061
-
I use scrollable mode to read epubs. As you can see, there's huge amount of whitespaces besides the text of the ebook. Can I increase the page width? |
Beta Was this translation helpful? Give feedback.
Answered by
danielweck
Jan 30, 2024
Replies: 2 comments 1 reply
-
I saw there are some discussions about page width here: #1777. |
Beta Was this translation helpful? Give feedback.
1 reply
-
Interested in this as well, especially for single column if possible |
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
Hello, this behaviour in Thorium is dictated by an opinionated styling/formatting library called ReadiumCSS, which limits the "line length" in both scroll and paginated modes (thus affecting the perceived "margins" on either side of the content).
In a nutshell, here is the CSS injected into the
body
element:--RS__maxLineLength: 40rem; max-width: var(--RS__maxLineLength);
I filed an issue in the ReadiumCSS GitHub repository: readium/readium-css#130
Thank you for your feedback!