Quote:
Originally Posted by John F
I upgraded my Aura for the full page reading. Unfortunately, it seems to be too buggy for me to use (I'm going to stick with older firmware on my Glo). On every chapter transition, the page shifts to the right and the right margin gets cropped. I can work around it, but it is a major PITA (switch headers/footers back on, go back a page, go forward a page, switch headers/footers back off).
|
I have noticed that adding the following line to the CSS file in ePub does seem to resolve the problem of text getting cut-off on my Aura HD. I am on version 3.8.0 (patched), solely use kepubs using Kobo Extended Touch Plugin and does read with "Show Header and Footer" turned off.
body
{
margin-right: 30px;
}
I tried this on few epubs with 30px and the text fits neatly at the centre of the screen of Aura HD. You might have to tweak that number for your device. I also noted that you'll have to remove any "margin-left" line from the body tag of the CSS.