Quote:
Originally Posted by Sirtel
May I ask what special CSS you put into your Kobo books? I disable hyphenation and set widows-orphans to 1 in my Kobo epubs, but I'm interested what you consider useful additions.
|
Code:
body { margin: 0 !important; padding: 0 !important; }
div#book-columns { padding-left: 0.2em !important; padding-right: 0.2em !important; }
Put this css into kobo_extra.css in the root folder of the reader, and then enable Modify CSS in the Kobo Touch Extended driver. This CSS will then be added to any book you upload.
Warning: This CSS was necessary three years ago, when the full screen mode (disabling header and footer) was not yet officially supported. You had to enable it in the config file. Then some problems would occur with KEPUBs, and this CSS fixed those for most books.
There are also three patches to fix these problems, but AFAIK, they have been removed as they're no longer necessary.