Quote:
Originally Posted by indyglow
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.
|
Does it solve the problem of everything shifting to the right?