If you use "Custom reading footer style for Glo/Aura" patch with the default option, you need to change line 106:
Code:
replace_string = E35A12, `padding-bottom: 0px;`, `padding-bottom: px;`
to
Code:
replace_string = E35A12, `padding-bottom: 0px;`, `padding-bottom: 5px;`
Otherwise, you will get huge footer text.