View Single Post
Old 06-15-2020, 09:37 AM   #7
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: 79,796
Karma: 146391129
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 Brett Merkey View Post
For the 300dpi Paperwhites that comes out to 50 pixels on each left/right margin. Slicing that off requires that one last edit before side-loading.
100 pixels = 1/3 of an inch, quite noticeable on that narrow device...
You can use negative margins to reduce the margins.

Code:
html {
  margin-right: -45px;
  margin-left: -45px;
}
Put that at the top of the CSS and you'll be good to go.
JSWolf is offline   Reply With Quote