Change the lines as in the this post and working just fine, just pached
Quote:
Originally Posted by jackie_w
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.
That was probably me. It is relevant when using the ReadingFooter suggestion above.
|