View Single Post
Old 08-25-2023, 02:54 PM   #53
Flaviocc
Zealot
Flaviocc began at the beginning.
 
Posts: 134
Karma: 10
Join Date: May 2019
Location: Brazil
Device: Kindle PPW5 / Kobo Aura One
Quote:
Originally Posted by JSWolf View Post
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.
Jon, I DID that.

ok...I will look now for @page on css. and back here.....

I followed exactly what you told me. But the @page is new info....I'll do now.
Flaviocc is offline   Reply With Quote