View Single Post
Old 01-06-2023, 10:14 PM   #2
Sirtel
Grand Sorcerer
Sirtel ought to be getting tired of karma fortunes by now.Sirtel ought to be getting tired of karma fortunes by now.Sirtel ought to be getting tired of karma fortunes by now.Sirtel ought to be getting tired of karma fortunes by now.Sirtel ought to be getting tired of karma fortunes by now.Sirtel ought to be getting tired of karma fortunes by now.Sirtel ought to be getting tired of karma fortunes by now.Sirtel ought to be getting tired of karma fortunes by now.Sirtel ought to be getting tired of karma fortunes by now.Sirtel ought to be getting tired of karma fortunes by now.Sirtel ought to be getting tired of karma fortunes by now.
 
Sirtel's Avatar
 
Posts: 13,557
Karma: 240526511
Join Date: Jan 2014
Location: Estonia
Device: Kobo Sage & Libra 2
If you sideload from Calibre, you can reduce margins in the files themselves. To do that in bulk, convert them to AZW3/KFX and put the following code in the Look & Feel -> Styling -> Extra CSS:
Code:
html {
  margin-left: -40px;
  margin-right: -40px;
  break-inside: avoid !important
}
Adjust the numbers according to your preferences.
Sirtel is online now   Reply With Quote