View Single Post
Old 09-23-2014, 11:13 AM   #31
DNSB
Bibliophagist
DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.
 
DNSB's Avatar
 
Posts: 47,076
Karma: 169815798
Join Date: Jul 2010
Location: Vancouver
Device: Kobo Sage, Libra Colour, Lenovo M8 FHD, Paperwhite 4, Tolino epos
Quote:
Originally Posted by JLuecking View Post
Thanks alot for updating the patches, so I have a highly readable page layout.

I would like to configure it with values for the footer like this:

# Example for AuraHD/H2O:
replace_string = D54355, `min-height: 70px;`, `min-height: 60px;`
replace_string = D54368, `max-height: 70px;`, `max-height: 60px;`
replace_string = D54385, `footerMargin: 40;`, `footerMargin: 20;`
replace_string = D5439F, `font-size: 16px;`, `font-size: 26px;`
replace_string = D543B1, `padding-bottom: 0px;`, `padding-bottom: 22px;`
replace_string = D543C7, `margin-top: 0px;`, `margin-top: 0px;`


But I get the error message:

Ignoring disabled patch `Disable reading footer`
replace_string replacement too long.


How can I get around it?
Looking at what you are trying to do, the `padding-bottom: 22px;` is trying to replace `padding-bottom: 0px;`. I'd suspect the maximum there would be 9px unless you remove the space so the replacement string would be `padding-bottom:22px;`.
DNSB is online now   Reply With Quote