View Single Post
Old 09-23-2014, 11:43 AM   #32
Anak
Guru
Anak ought to be getting tired of karma fortunes by now.Anak ought to be getting tired of karma fortunes by now.Anak ought to be getting tired of karma fortunes by now.Anak ought to be getting tired of karma fortunes by now.Anak ought to be getting tired of karma fortunes by now.Anak ought to be getting tired of karma fortunes by now.Anak ought to be getting tired of karma fortunes by now.Anak ought to be getting tired of karma fortunes by now.Anak ought to be getting tired of karma fortunes by now.Anak ought to be getting tired of karma fortunes by now.Anak ought to be getting tired of karma fortunes by now.
 
Posts: 603
Karma: 641742
Join Date: Mar 2012
Location: DE
Device: Kobo Glo
To reduce the top margin of the footer you can acually use negative values.
Below are mine values for this patch section.
Code:
# Example for Glo/Aura:
replace_string = D54355, `min-height: 70px;`, `min-height: 20px;`
replace_string = D54368, `max-height: 70px;`, `max-height: 20px;`
replace_string = D54385, `footerMargin: 40;`, `footerMargin: 00;`
replace_string = D5439F, `font-size: 16px;`, `font-size: 16px;`
replace_string = D543B1, `padding-bottom: 0px;`, `padding-bottom: 0px;`
replace_string = D543C7, `margin-top: 0px;`, `margin-top:-5px;`
Anak is offline   Reply With Quote