Skip to content

Can I increase the page width? #2061

Answered by danielweck
iouzzrj asked this question in Q&A
Discussion options

You must be logged in to vote

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!

Replies: 2 comments 1 reply

Comment options

You must be logged in to vote
1 reply
@danielweck
Comment options

Answer selected by danielweck
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants