View Single Post
Old 12-20-2017, 08:17 AM   #9
Percivale
Connoisseur
Percivale began at the beginning.
 
Posts: 50
Karma: 10
Join Date: Oct 2015
Device: none
Could anyone please explain it to me (step by step) what values I should change in order to get a tiny footer with a visible pager number.

The header can be reduced ONLY by 50% (this is what I know)

But what should I do in this patch?

patch_name = `Custom reading footer style`

There are sections :

1) Do these values make the total height of the footer?

# Replacement footer height values: AuraOne
replace_string = 00C0, `min-height:90px`, `min-height:26px`
replace_string = 00D0, `max-height:90px`, `max-height:26px`


2) Does it make the font size in the footer?

# Replacement caption font size value for AuraOne:
replace_string = 01D0, `font-size:37px`, `font-size:34px`


3) Does It move the footer from the edge of the screen?

# 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:-10px`
replace_string = 00FA, `margin-top:+00px`, `margin-top:-08px`


What else should I take into consideration?
Percivale is offline   Reply With Quote