View Single Post
Old 04-25-2019, 02:02 PM   #2
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,960
Karma: 146918083
Join Date: Nov 2006
Location: Roslindale, Massachusetts
Device: Kobo Libra 2, Kobo Aura H2O, PRS-650, PRS-T1, nook STR, PW3
Yes there is a way to reduce the margins. It works with KF8. But I cannot say if it works with KFX.

Code:
html {
  margin-right: -45px;
  margin-left: -45px;
}
Put that at the top of the CSS and it will reduce the margins. -45px is for a 6" 300dpi screen. Feel free to adjust as needed.

You do have to remove the DRM from KF8 eBooks that have DRM.
JSWolf is offline   Reply With Quote