Thread: Kindle Scribe
View Single Post
Old 12-02-2022, 06:38 PM   #293
Dan23
Connoisseur
Dan23 ought to be getting tired of karma fortunes by now.Dan23 ought to be getting tired of karma fortunes by now.Dan23 ought to be getting tired of karma fortunes by now.Dan23 ought to be getting tired of karma fortunes by now.Dan23 ought to be getting tired of karma fortunes by now.Dan23 ought to be getting tired of karma fortunes by now.Dan23 ought to be getting tired of karma fortunes by now.Dan23 ought to be getting tired of karma fortunes by now.Dan23 ought to be getting tired of karma fortunes by now.Dan23 ought to be getting tired of karma fortunes by now.Dan23 ought to be getting tired of karma fortunes by now.
 
Posts: 73
Karma: 600000
Join Date: Sep 2007
Device: Scribe, Paperwhite 6.8"
Quote:
Originally Posted by poczynek View Post
What is the best way of changing the calibre conversion to change it to -100?
To clarify, people have often recommended -45 for Kindle to strip the margins. It is not a default setting in Calibre or anything.

Preferences->Common Options->Look and Feel->Styling, place the following in Extra CSS:
html {
margin-right: -100px;
margin-left: -100px;
break-inside: avoid !important;
}

I then also like to verify at least once when clicking Convert Books for a conversion that the Extra CSS is still there.
Dan23 is offline   Reply With Quote