Quote:
Originally Posted by VirgoGirl
The problems I have with Kobo updates isn't the ability to do them, it's the software they've altered, the bugs they've accidentally created, things like that. Amongst the quirks this past version has is added whitespace at the bottom of each page despite my .css settings of widows and orphans being set to 0.
|
Change that to widows: 1 and orphans: 1. Widows and orphans must be positive integers so 0 is not a valid option for that pair and can/will result in the default which is probably 2 being used.