Quote:
Originally Posted by Quoth
Only to zero in conversion from epub to azw3/KF8 using Calibre.
|
It can be done with conversion as well. Just put the following code in Look & Feel -> Styling -> Extra css:
Code:
html {
margin-left: -25px;
margin-right: -25px;
}
That's what I use, but of course you can make the margins larger or smaller, as you wish.