Quote:
Originally Posted by GeoffR
There are some other things that might be causing the white space:
- widows/orphans settings in the book can add one or two blank lines a the bottom of some pages. You can enable the `Fix page breaks bug` patch to get rid of these blank lines.
- The book might have a bottom page margin set, you can use the Modify Epub plugin in Calibre to remove the @page margins.
These values for the custom reading footer patch should give a very small footer on the AuraHD/H2O (it should be similar to Jellby's example for the Aura), if there is any white space with these values then it is caused by something other than the footer:
Code:
replace_string = DBDC0D, `min-height: 70px;`, `min-height: 40px;`
replace_string = DBDC20, `max-height: 70px;`, `max-height: 40px;`
replace_string = DBDC3D, `footerMargin: 105;`, `footerMargin: 170;`
replace_string = DBDC58, `font-size: 16px;`, `font-size: 26px;`
replace_string = DBDC6A, `padding-bottom: 0px;`, `padding-bottom: 3px;`
replace_string = DBDC80, `margin-top: 0px;`, `margin-top: 0px;`
#
replace_string = DBDC92, `/*font-family:none;*/`, `font-family: Georgia;`
Edit: One thing you can try as a test is to open the book in full-screen mode. Full-screen mode has no footer at all, so if you can't get the text to reach the bottom of the screen then there must be something else preventing it, either orphans/widows or page margin settings in the book.
|
Where I can find the patch fix break page bug? In my libnickel file there isn't