View Single Post
Old 12-29-2020, 08:45 AM   #6
seannymurrs
Member
seannymurrs began at the beginning.
 
seannymurrs's Avatar
 
Posts: 21
Karma: 10
Join Date: Jun 2018
Device: 13" iPad Pro, iPhone 16 Pro
Quote:
Originally Posted by Jellby View Post
I'd guess that side margins are specified as a percent. According to the CSS specification a percent side margin is sized relative to the height of the element (which in the absence of more information could be the screen). Maybe in scroll mode the height is the whole book or chapter, which then makes the side margins larger.

I don't think there's an automated solution to fix that and only that. But if you know the basics of CSS and peek into the book's code, it should be relatively easy to find and fix the offending rules (I usually remove all side margins in <p>, and <body>, and add a 2mm margin in @page).
Thanks! I’ll give it a peek in Calibre and do some trial and error. Thanks again for pointing me in the right direction.
seannymurrs is offline   Reply With Quote