View Single Post
Old 12-19-2023, 12:01 PM   #8
nabsltd
Fanatic
nabsltd ought to be getting tired of karma fortunes by now.nabsltd ought to be getting tired of karma fortunes by now.nabsltd ought to be getting tired of karma fortunes by now.nabsltd ought to be getting tired of karma fortunes by now.nabsltd ought to be getting tired of karma fortunes by now.nabsltd ought to be getting tired of karma fortunes by now.nabsltd ought to be getting tired of karma fortunes by now.nabsltd ought to be getting tired of karma fortunes by now.nabsltd ought to be getting tired of karma fortunes by now.nabsltd ought to be getting tired of karma fortunes by now.nabsltd ought to be getting tired of karma fortunes by now.
 
Posts: 528
Karma: 9529956
Join Date: Aug 2013
Location: Hamden, CT
Device: Kindle Paperwhite (11th gen), Scribe, Kindle 4 Touch
Quote:
Originally Posted by grizedale View Post
I use minus margin settings when converting to AZW3 to fill Scribe screen, but when I edit in calibre the left and right sides of text are cropped...
Use the following CSS in your EPUB:
Code:
@media amzn-kf8 {
  html {
    margin-left: -5.5%;
    margin-right: -5.5%;
    break-inside: avoid;
  }
}
Edit the EPUB to make it look how you want, then convert to an Amazon format as the final step.
nabsltd is offline   Reply With Quote