View Single Post
Old 10-06-2020, 03:52 PM   #924
Jack426
Junior Member
Jack426 began at the beginning.
 
Posts: 6
Karma: 10
Join Date: Jan 2020
Location: United States
Device: Kindle Paperwhite (2018)
Here's a fix that should work when converting to KFX with negative margins causes some center-aligned text/images to left-align instead. Use the CSS below, preferably added directly to the top of the main stylesheet in the "Edit Book" interface.

Code:
html{
margin-left: -30px;
margin-right: -30px;
break-inside: avoid !important;
}
I've only tested this with a couple of books, but the CSS above fixed the issue in each one. Adjust the margin values to your preference.
Jack426 is offline   Reply With Quote