Quote:
Originally Posted by Aleron Ives
The strange thing is, sometimes the reader will put a line of text there, and the page looks full, and other times the last line will be missing. I don't know what causes this, but would the patch help? I don't want to eliminate the top/bottom margin, but having a wasted line does irk me, especially since I can't tell why it only happens sometimes.
|
It may be the widows and orphans setting. There is an option in Kobo eReader.conf (.kobo/kobo) on a Kobo that will ignore widows/orphans with epubs. This can be overridden in the CSS. But if you remove all widows and orphans from CSS or set them to 1, this should work.
Code:
[Reading]
readingAdobeOrphans=1
readingAdobeWidows=1