Thread: Kobo Patcher
View Single Post
Old 12-06-2013, 01:14 PM   #553
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: 46,768
Karma: 169712580
Join Date: Jul 2010
Location: Vancouver
Device: Kobo Sage, Libra Colour, Lenovo M8 FHD, Paperwhite 4, Tolino epos
Quote:
Originally Posted by icallaci View Post
This is the first time I have patched my Kobo Aura HD (FW 3.1.0) and it worked flawlessly. Thanks to everyone for their time and effort in putting these patches together.

I have one question: I am using the Decrease Footer patch and would like a little more space underneath the "Page x of y" footer, as it is too close to the bezel of my Aura HD. What value do I change to achieve this? And do I increase or decrease the value?
You can try increasing the height: 25px value 5 pixels at a time to see how it looks for you.

Code:
So replace:
 `* {\n\theight: 25px;\n\tfont-size: 20px;\n}\n\n`
with
 `* {\n\theight: 30px;\n\tfont-size: 20px;\n}\n\n`
Hopefully, this works as a starting point.

Regards,
David

Last edited by DNSB; 12-06-2013 at 01:16 PM.
DNSB is offline   Reply With Quote