View Single Post
Old 02-02-2023, 10:21 AM   #29
mg10
Connoisseur
mg10 began at the beginning.
 
Posts: 77
Karma: 10
Join Date: Jul 2013
Device: Kindle Scribe, PW, Kobo Aura One
Quote:
Originally Posted by JSWolf View Post
How can you use -100px? That would make the text go past the edges of the screen.

This is what I used for a 300DPI Kindle.

Code:
html {
  margin-right: -45px;
  margin-left: -45px;
  break-inside: avoid !important;
}
Is it possible to apply this to reduce the bottom margin?
mg10 is offline   Reply With Quote