Quote:
Originally Posted by GeoffR
There are a number of different things that contribute to the amount of blank space at the bottom of the page in ePubs:
1. The height of the footer set by the firmware: enable the `Custom reading footer style` patch (in nickel.patch) to change this.
2. The size of the CSS @page margin set in the book's CSS stylesheet: enable the `ePub fixed top/bottom margins` or `ePub fixed/adjustable top/bottom margins` patch (in libnickel.so.1.0.0.patch) to change this[*].
3. The size of the XPGT page margin set in the book's XPGT stylesheet: enable the `Ignore ePub book Adobe XPGT stylesheet (page-template.xpgt)` patch (in librmsdk.so.1.0.0.patch) to remove this[*].
4. Blank lines added to avoid widows and orphans: enable the `Disable orphans/widows avoidance` patch (librmsdk.so.1.0.0.patch) to prevent this[*].
5. The space that remains because there is not quite enough room to fit one more line of text on the screen: adjust the font size and line spacing to change this.
([*] or edit the book's stylesheets before sideloading.)
|
Thanks it was the "Custom reading footer style" i was missing.