Quote:
Originally Posted by Ryzir
I changed the code to this and set a font for the footer since Caecilla was getting text cut off with a small padding on bottom.
edit: I also disabled all other patches but enabled `ePub adjustable top/bottom margin` (for fullscreen reading).
|
All I can think to try is adding a negative margin-top to the footer:
Code:
replace_string = D543C7, `margin-top: 0px;`, `margin-top:-8px;`
On my Glo I can get the text to almost touch the line number, even without any negative margin, but maybe there is something different about the H2O.
Edit: A similar effect to adding negative margin-top is to reduce the min/max-height and add some extra padding-bottom to compensate. This will cause some fonts such as Gothic to be cut off, but with most fonts that sit at the centre of the line it should still work even if min/max-height is reduced to a few pixels more than the font-height. E.g. reducing min/max-height by 20px and adding an extra 10px padding-bottom should keep the footer in the same position relative to the bezel and have the same effect as a margin-top of -10px.
Edit2: have a look at this post, I understand this is with the HD/H2O example footer patch, but without the adjustable top/bottom margins patch:
https://www.mobileread.com/forums/sho...3&postcount=63