Thanks for the answers
Quote:
Originally Posted by jackie_w
I was not aware that that either of the drivers fixed the kepub letter cut-off bug.
|
It doesn't. I've been testing with several books, and sometimes, it happens that a book is displayed correctly when first opened and then later reverts to show this bug. Most books show this bug immediately when opened. Some books don't seem to be affected by it at all.
Quote:
It can be done via one of the Kobo Patcher patches but I believe you've previously expressed reluctance to try patching.
|
Yes; normally I don't really mind patching or updating software, but that is only for devices I can have full control over. I don't know enough about e-readers and their operating systems to confidently patch the firmware *and* be sure that updates/upgrades keep working as they should.
Quote:
Originally Posted by GeoffR
1. A suitable wrapper div needs to be added to each html file. This is done automatically by the KoboTouchExtended driver, but I don't know if the KePub Output plugin does this.
|
IS the "book-columns" the intended wrapper? If so, it can probably be checked with the editor or in the KEPUB plugin code to see if it added.
Quote:
2. The KePub stylesheet needs to be modified to add:
body { margin: 0 !important; padding: 0 !important; }
div#book-columns { padding: 0 0.2em !important; }
The KoboTouchExtended driver can be set up to add those to KePub stylesheets automatically, but it doesn't add them by default. I don't know if the KePub Output plugin can do this.
|
Thanks. I've tried the "margin" line, but haven't encountered or missed the red book-columns line. I know how to set up the Kobo Touch Extended Plugin to add stylesheets; I'll redo it, and see if this fixes the problem.
Thanks for taking the time to answer