Quote:
Originally Posted by dedalos
It's a bit 'of time I'm looking for the best combination of values for Aura hd because I want to prevent white spaces between text and footer without getting great results. Could you help me by recommending a combination that right? Thanks
|
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.