Quote:
Originally Posted by masterz87
Margin test on my NST shows it literally right above the line number It has only a single character below it a ^ symbol and it's only 2 lines of text. The kobo touch the "bottom" bar thing is pointless that it can't be reduced by dedfault. If you open the menu itself it'll cover the book anyway. NST is ~2 lines of text below the margin test itself just ^ symbol, and x of y is below it. That's it.
I had to do standaline as the plugin isn't apparently kept up to date as it won't work with calibre.
|
The book is working
exactly as coded. And in fact the NST is at fault.
You have not specified widows and orphans in the stylesheet. Therefore the device is using the default. And that means you get the big space at the bottom of the screen as the renderer tries to make sure the right number of lines are kept together.
The NST is wrong as it is not respecting the default and is forcing a value of 1 for both orphans and widows.
The fix is to add "widows:1; orphans:1" to the body tag.