Quote:
Originally Posted by Calenorn
What is the Kobo firmware default for widows and orphans? 2 or 3, I would guess.
Can this be over-ridden by a book's CSS?
Hope this is an easy question. Thanks for helping an amateur!
|
Widows and orphans default to 2 for both.
You can override this in the CSS. This is the CSS code I use.
Code:
body {
widows: 1;
orphans: 1;
margin-top: 0;
margin-right: 0;
margin-bottom: 0;
margin-left: 0;
text-align: justify;
}
There is also a patch for the 4.18.x firmware to set the default widows and orphans to 1.