Quote:
Originally Posted by baochan
I saw the same thing when I tried enabling Full Screen mode, even if it was turned off in the settings menu. Just having that line in the config file caused a lot of books to have cut-off characters. I ended up just removing it for now.
|
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.