View Single Post
Old 02-16-2024, 06:59 PM   #18
mg10
Connoisseur
mg10 began at the beginning.
 
Posts: 77
Karma: 10
Join Date: Jul 2013
Device: Kindle Scribe, PW, Kobo Aura One
Quote:
Originally Posted by DNSB View Post
Using a Kindle Paperwhite 10th Gen with firmware 5.16.6. I added the following CSS to the ePub file's stylesheet using Sigil before converting them to azw3 in calibre 7.5.1 (note that I wrapped the extra CSS in a media query).

Code:
@media amzn-kf8 {
  html {
    margin-left: -50px;
    margin-right: -50px;
    break-inside: avoid !important;
  }
}
I did this with 3 books (Sigil User's Guide, calibre User's Guide and Fated Blades by Ilona Andrews). I opened all of them on the Paperwhite, paged around, switched to some other ebooks and back. So far nothing other than the narrower margins on those 3 were seen.
Yes, finally this worked. Converting it with Sigil and sending it to pw with Calibre (to avoid problems with cover), worked perfectly. I suppose it's an issue with Calibre.
Thanks
mg10 is offline   Reply With Quote