View Single Post
Old 04-30-2018, 03:52 AM   #49
oren64
I need a chapter break
oren64 ought to be getting tired of karma fortunes by now.oren64 ought to be getting tired of karma fortunes by now.oren64 ought to be getting tired of karma fortunes by now.oren64 ought to be getting tired of karma fortunes by now.oren64 ought to be getting tired of karma fortunes by now.oren64 ought to be getting tired of karma fortunes by now.oren64 ought to be getting tired of karma fortunes by now.oren64 ought to be getting tired of karma fortunes by now.oren64 ought to be getting tired of karma fortunes by now.oren64 ought to be getting tired of karma fortunes by now.oren64 ought to be getting tired of karma fortunes by now.
 
oren64's Avatar
 
Posts: 4,042
Karma: 56058267
Join Date: Mar 2015
Location: Israel
Device: Kobo Glo
Quote:
Originally Posted by errenay View Post
First, I would like to thank all of the developers for their great work. Next, I have (I hope...) a simple question. How could I add some additional space between the bottom line of text in the footer and the edge of the screen? For me, it looks like the text "Page xx of xx" (or other similar) is too low and too close to the end of the screen. I have changed min/max footer height values from 52 px to 62 px in the patch (Aura H20 first edition), but I can't notice any change. Thank you in advance for your help.
In the patch, remove a # from one of the line (I marked in red), it will move the caption text upwards.


Code:
...
# Optional Replacement caption top margin value for all devices:
# (A negative top margin moves the caption text upwards,
# further from the bezel and closer to the page content.)
#
#replace_string = 00FA, `margin-top:+00px`, `margin-top:-15px`
#replace_string = 00FA, `margin-top:+00px`, `margin-top:-05px`
#
#
...

Last edited by oren64; 04-30-2018 at 04:37 AM.
oren64 is offline   Reply With Quote