|  08-24-2023, 12:01 PM | #31 | 
| Zealot  Posts: 134 Karma: 10 Join Date: May 2019 Location: Brazil Device: Kindle PPW5 / Kobo Aura One | 
			
			Ok, I will do that know. New infos about the bug: - Open ebook X AZW3 / Close ebook - Open ebook Y KFX - Close ebook Y - Open ebook X again - ERROR - Open ebook Y KFX - change any font settings / close ebook - Open ebook X AZW3 - works - but if I open another ebook (AZW3) the cycle goes on again. | 
|   |   | 
|  08-24-2023, 12:33 PM | #32 | 
| Grand Sorcerer            Posts: 5,833 Karma: 104935873 Join Date: Apr 2011 Device: pb360 | |
|   |   | 
|  08-24-2023, 01:05 PM | #33 | 
| Zealot  Posts: 134 Karma: 10 Join Date: May 2019 Location: Brazil Device: Kindle PPW5 / Kobo Aura One | 
			
			ok....more tests: If I remove: Code: html {
  margin-right: -30px;
  margin-left: -30px;
  break-inside: avoid !important;
}But....I will loose the margins settings. Another option (or another code) in calibre to get my margins back ? | 
|   |   | 
|  08-24-2023, 01:43 PM | #34 | |
| Resident Curmudgeon            Posts: 80,718 Karma: 150249619 Join Date: Nov 2006 Location: Roslindale, Massachusetts Device: Kobo Libra 2, Kobo Aura H2O, PRS-650, PRS-T1, nook STR, PW3 | Quote: 
 Code: html {
  margin-right: -45px;
  margin-left: -45px;
  break-inside: avoid !important;
} | |
|   |   | 
|  08-24-2023, 01:46 PM | #35 | 
| Resident Curmudgeon            Posts: 80,718 Karma: 150249619 Join Date: Nov 2006 Location: Roslindale, Massachusetts Device: Kobo Libra 2, Kobo Aura H2O, PRS-650, PRS-T1, nook STR, PW3 | 
			
			OK, proved. https://kdp.amazon.com/en_US/help/to...WTKMGXU2MV5KKP https://kdp.amazon.com/en_US/help/to...5R7N649LECKP7U Last edited by JSWolf; 08-24-2023 at 01:49 PM. | 
|   |   | 
|  08-24-2023, 02:26 PM | #36 | |
| Zealot  Posts: 134 Karma: 10 Join Date: May 2019 Location: Brazil Device: Kindle PPW5 / Kobo Aura One | Quote: 
 I tried everything: clean epub before converting - no CSS before converting - update to epub 3 before converting - converting epub to epub and etc. Only works in AZW3 if I remove the CSS. The CSS rule works in KFX. The local I add the extra CSS is: look and feel -- styling: EXTRA CSS field. Other settings in Calibre: UTF8 / unsmarted punctuation / justify text / remove space between paragraphs. As always I did. And today I updated the kindle for the latest firmware, bcs I keep in flight mode all the time. The problem is related to any settings or firmware on Kindle relative to fonts, bcs if I change the font in other ebook and return to the "bugged" ebook works, but if I leave and open another one, the bug came on again. Try to replicate (like i wrote on previously post), I will pm to you a scrambled book. Last edited by Flaviocc; 08-24-2023 at 02:37 PM. | |
|   |   | 
|  08-24-2023, 02:46 PM | #37 | |
| Zealot  Posts: 134 Karma: 10 Join Date: May 2019 Location: Brazil Device: Kindle PPW5 / Kobo Aura One | Quote: 
 OK - no error. Then I load the file in Calibre and converted from azw3 to azw3 with the extra CSS and voi'la we have the BUG. | |
|   |   | 
|  08-24-2023, 10:11 PM | #38 | 
| creator of calibre            Posts: 45,601 Karma: 28548974 Join Date: Oct 2006 Location: Mumbai, India Device: Various | 
			
			That's a bug in the Kindle firmware not calibre. It doesnt like large negative margins.
		 | 
|   |   | 
|  08-25-2023, 04:00 AM | #39 | 
| Resident Curmudgeon            Posts: 80,718 Karma: 150249619 Join Date: Nov 2006 Location: Roslindale, Massachusetts Device: Kobo Libra 2, Kobo Aura H2O, PRS-650, PRS-T1, nook STR, PW3 | |
|   |   | 
|  08-25-2023, 04:01 AM | #40 | |
| Resident Curmudgeon            Posts: 80,718 Karma: 150249619 Join Date: Nov 2006 Location: Roslindale, Massachusetts Device: Kobo Libra 2, Kobo Aura H2O, PRS-650, PRS-T1, nook STR, PW3 | Quote: 
 | |
|   |   | 
|  08-25-2023, 06:58 AM | #41 | |
| Zealot  Posts: 134 Karma: 10 Join Date: May 2019 Location: Brazil Device: Kindle PPW5 / Kobo Aura One | Quote: 
 Tks. I will try that method later and tell if will work. | |
|   |   | 
|  08-25-2023, 12:25 PM | #42 | |
| Zealot  Posts: 134 Karma: 10 Join Date: May 2019 Location: Brazil Device: Kindle PPW5 / Kobo Aura One | Quote: 
 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; } Last edited by Flaviocc; 08-25-2023 at 12:53 PM. | |
|   |   | 
|  08-25-2023, 01:07 PM | #43 | |
| Zealot  Posts: 134 Karma: 10 Join Date: May 2019 Location: Brazil Device: Kindle PPW5 / Kobo Aura One | Quote: 
 And I think this is from newer firmwares since I always use negative margins and works. I'll try with another kindle I have here with old firmware to see what happens. | |
|   |   | 
|  08-25-2023, 01:17 PM | #44 | 
| Grand Sorcerer            Posts: 5,833 Karma: 104935873 Join Date: Apr 2011 Device: pb360 | |
|   |   | 
|  08-25-2023, 01:17 PM | #45 | |
| Still reading            Posts: 14,954 Karma: 110908135 Join Date: Jun 2017 Location: Ireland Device: All 4 Kinds: epub eink, Kindle, android eink, NxtPaper | Quote: 
 That was in the instructions. You can edit AZW3 in Calibre. Such as negative margins. A -1.5% may be be more general purpose than -30px | |
|   |   | 
|  | 
| 
 | 
|  Similar Threads | ||||
| Thread | Thread Starter | Forum | Replies | Last Post | 
| Kindle E-book & Calibre Problem | knowing | Amazon Kindle | 0 | 08-08-2021 07:34 AM | 
| Putting book folders vs. just .mobi files on a Kindle Fire | hotwired | Amazon Fire | 3 | 01-28-2019 03:43 PM | 
| Book Arrangement Problem (both in Kindle and Calibre) | toyoto123 | Library Management | 6 | 12-24-2015 10:31 AM | 
| Problem getting book from Calibre to Kindle | Zikerzee | Amazon Kindle | 14 | 10-18-2012 12:14 PM | 
| Putting a PDF Book onto Kindle | Worried Me | Amazon Kindle | 5 | 01-18-2010 09:31 AM |