View Single Post
Old 12-08-2020, 04:39 PM   #7
JSWolf
Resident Curmudgeon
JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.
 
JSWolf's Avatar
 
Posts: 79,899
Karma: 146918083
Join Date: Nov 2006
Location: Roslindale, Massachusetts
Device: Kobo Libra 2, Kobo Aura H2O, PRS-650, PRS-T1, nook STR, PW3
Quote:
Originally Posted by tayseidel View Post
Thanks- those are the patches I have enabled. Your values for the reduce header/footer are the same as mine at 86px. You have the custom header/footer font enabled which I don't. I don't see how that will change things for me.

Seems it could be a kepub issue. I'lll try epubs and see what the results are.
The custom header/footer font is where the changes are to change the font size and the position.

Look at the patch and find the following - Find: lines and make the Replace: lines match. Those ar the numbers I changes.

Code:
        - Find:    "[qApp_deviceIsDragon=true] {\n  font-size: 25px;\n}"
          Replace: "[qApp_deviceIsDragon=true] {\n  font-size: 26px;\n}"

        - Find:    "#caption[newFooter=true][qApp_deviceIsTrilogy=true] {\n  font-size: 14px;\n}"
          Replace: "#caption[newFooter=true] {\n  font-size: 13px; margin-top: -25px;}"

        - Find:    "#caption[newHeader=true][qApp_deviceIsTrilogy=true] {\n  font-size: 14px;\n}"
          Replace: "#caption[newHeader=true] {\n  font-size: 13px; margin-bottom: 0px;}"
JSWolf is online now   Reply With Quote