Quote:
Originally Posted by JSWolf
You have to convert the ePub to KF8. Then use the calibre editor to edit the KF8. Finding the main CSS and put that HTML class at the top of the CSS and then save the eBook. Do not use extra CSS. Do not put it in the ePub. Do it as I've just explained. I know this works as I've done it.
|
Nothing. This s**t book wont work.
I did EXACTLY what you told to do. The margins wasn't applied.
Look at the epub file if you want.
EDIT.:
Won't work anymore with azw3 - I tried 4 ebooks randomly from my library and the SAME behavior.
Open - work
Close - open again or open another book and re-open the first one - error.
Anyone with kindle to replicate the bug please?
Get an epub - convert to azw3 with margins settings or edit and add the margins settings after get the azw3 (like Jon said before). Load the book on Kindle. Open the book, browser a few pages, close, open other book, close, open the first one and change the page.
Settings:
html {
margin-right: -30px;
margin-left: -30px;
break-inside: avoid !important;
}