Quote:
Originally Posted by errenay
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`
#
#
...