Quote:
Originally Posted by Katsunami
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.
|
Yes,if the wrapperdivs are being added the body of the html will look something like:
Code:
<body>
<div id="book-columns">
...
</div>
</body>
Quote:
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.
|
There are really two seperate problems: The first is where the whole page is shifted to the right and all text is cut off at the right margin; this one is solved by setting the body margin/padding to zero. The second is often not very obvious, it really depends on which font you use, it is where certain letters with large side bearing values are cut off when they appear at the beginning or end of a line, such as J at the beginning or f at the end; that one is fixed by adding the padding to the wrapper div.