View Single Post
Old 08-25-2023, 02:37 PM   #52
JSWolf
Resident Curmudgeon
JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.
 
JSWolf's Avatar
 
Posts: 80,009
Karma: 147977995
Join Date: Nov 2006
Location: Roslindale, Massachusetts
Device: Kobo Libra 2, Kobo Aura H2O, PRS-650, PRS-T1, nook STR, PW3
Quote:
Originally Posted by Flaviocc View Post
OOhh tks ! I'm not crazy

It's the same bug, but started by other way. And sometimes your workaround works here and sometimes no.
The code has to be added to the KF8 eBook AFTER conversion and you cannot use your -30px code at the same time.

Get rid of your extra CSS. Then after conversion, put in
Code:
html {
  margin-right: -45px;
  margin-left: -45px;
  break-inside: avoid !important;
}
at the top of the CSS. Also, make sure there is no @page of any kind in the CSS. You do not want two sets of global margins competing.

If you do not follow my directions, it's not going to work.
JSWolf is offline   Reply With Quote