View Single Post
Old 12-30-2022, 01:48 PM   #16
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,212
Karma: 148951761
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 Sirtel View Post
It can be done with conversion as well. Just put the following code in Look & Feel -> Styling -> Extra css:
Code:
html {
  margin-left: -25px;
  margin-right: -25px;
}
That's what I use, but of course you can make the margins larger or smaller, as you wish.
Your code is incomplete. There is one line that may sometimes be needed and when it's not needed, it's not in the way.
Code:
html {
  margin-right: -25px;
  margin-left: -25px;
  break-inside: avoid !important;
}
I don't remember why the break is needed sometimes. I just know that it is.

Last edited by JSWolf; 12-30-2022 at 03:44 PM.
JSWolf is offline   Reply With Quote