View Single Post
Old 10-06-2014, 10:46 PM   #41
DNSB
Bibliophagist
DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.
 
DNSB's Avatar
 
Posts: 45,210
Karma: 168808723
Join Date: Jul 2010
Location: Vancouver
Device: Kobo Sage, Libra Colour, Lenovo M8 FHD, Paperwhite 4, Tolino epos
Quote:
Originally Posted by Ryzir View Post
I patched with Custom reading footer style and I am getting a big space between text and footer still. I tried a few different settings and none would get rid of the space. I'm using a sideloaded epub.

Code:
# Example for AuraHD/H2O:
replace_string = D54355, `min-height: 70px;`, `min-height: 56px;`
replace_string = D54368, `max-height: 70px;`, `max-height: 56px;`
replace_string = D54385, `footerMargin: 40;`, `footerMargin: 20;`
replace_string = D5439F, `font-size: 16px;`, `font-size: 26px;`
replace_string = D543B1, `padding-bottom: 0px;`, `padding-bottom: 8px;`
replace_string = D543C7, `margin-top: 0px;`, `margin-top: 0px;`
These are settings I'm using in the picture. Any help would be greatly appreciated.
There is no guarantee that a given page will end at the bottom of the screen. I find just reading through a book and see where the lowest last line falls works. I've attached two samples from The Jargon File selected so there was no paragraph break at the bottom of the page involved.

The patcher settings used were:
Code:
# Example for AuraHD/H2O:
replace_string = D54355, `min-height: 70px;`, `min-height: 50px;`
replace_string = D54368, `max-height: 70px;`, `max-height: 50px;`
replace_string = D54385, `footerMargin: 40;`, `footerMargin: 20;`
replace_string = D5439F, `font-size: 16px;`, `font-size: 26px;`
replace_string = D543B1, `padding-bottom: 0px;`, `padding-bottom: 6px;`
replace_string = D543C7, `margin-top: 0px;`, `margin-top: 0px;`
#
Attached Thumbnails
Click image for larger version

Name:	screencap1.png
Views:	723
Size:	231.4 KB
ID:	129316   Click image for larger version

Name:	screencap2.png
Views:	722
Size:	189.7 KB
ID:	129317  

Last edited by DNSB; 10-06-2014 at 10:48 PM.
DNSB is offline   Reply With Quote