Quote:
Originally Posted by tayseidel
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;}"