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