Quote:
Originally Posted by poczynek
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.