Quote:
Originally Posted by JollyRoger
I recall years ago being able to get rid of the wasted margin space on my Kindle Keyboard, using Calibre.
Now I have a Kindle Oasis, and the same problem: they've allowed a much too large margin. Is there any way to later the margin on the Oasis too?
|
After converting to KF8, load that into the calibre editor and at the top of the CSS, put the following CSS code.
CSS
Code:
html {
margin-right: -45px;
margin-left: -45px;
break-inside: avoid !important;
}