Quote:
Originally Posted by icallaci
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