Thread: Troubleshooting Epub send to Kindle cover problem
View Single Post
Old 06-12-2022, 01:10 PM   #20
DNSB
Bibliophagist
DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.
 
DNSB's Avatar
 
Posts: 47,114
Karma: 169815798
Join Date: Jul 2010
Location: Vancouver
Device: Kobo Sage, Libra Colour, Lenovo M8 FHD, Paperwhite 4, Tolino epos
Quote:
Originally Posted by hleo12 View Post
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;
  }
}
DNSB is offline   Reply With Quote