Quote:
Originally Posted by icallaci
Hmmm...changing theight doesn't seem to have any effect at all. Started with 30 and went up to 50 without seeing any noticeable difference. I guess I'll live with it for now, but if anyone figures out how to get just a little more space beneath the "Page x of y" footer, I'd appreciate it.
|
Try changing the end part from
Code:
`* {\n\theight: 30px;\n\tfont-size: 25px;\n}\n\n`
to
Code:
`ReadingFooter {\n\tmin-height: 50px;\n\tmax-height: 50px;\n\tqproperty-footerMargin: 20;\n}\n\n* {\n\tfont-size: 26px;\n}\n\n[localeName="ja_JP"] {\n\tfont-family: A-OTF Gothic MB101 Pr6N;\n}`
The Footer height can be increased/decreased by changing the two
50px values. The size of the 'Page x of y text' can be inc/dec by changing the font-size:
26px value.
Quote:
Originally Posted by icallaci
Edit: I saw a post somewhere that said to bring up the font menu and then turn the page to reset the footer a little higher on the page, but that didn't work for me either.
|
That was probably me. It is relevant when using the ReadingFooter suggestion above.