Quote:
Originally Posted by hleo12
If you put negative margins on css, do they really decrease the margins on the kindle? Cause when I convert books to azw3/kfx, the margins are set to 0 in the settings, but there are still huge margins on the kindle.
What values should I put on the margins? And do you do this manually? Or does Calibre accept negative numbers when converting?
|
For any epubs that I might want to send to my Kindle, I add the following in the main stylesheet:
Code:
@media amzn-kf8 {
html {
margin-left: -50px;
margin-right: -50px;
}
}