View Single Post
Old 01-19-2023, 03:20 PM   #4
DNSB
Bibliophagist
DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.
 
DNSB's Avatar
 
Posts: 46,960
Karma: 169810634
Join Date: Jul 2010
Location: Vancouver
Device: Kobo Sage, Libra Colour, Lenovo M8 FHD, Paperwhite 4, Tolino epos
I just found it interesting since most of the complaints I've seen have been about the margins being too wide on most ereaders.

If the ebooks are non-DRMmed, you could try editing the CSS, perhaps by adding this to the top of the CSS stylesheet:
Code:
  html {
    margin-left: 50px;
    margin-right: 50px;
  }
Modify the 50px if the margins are too wide or too narrow.
DNSB is offline   Reply With Quote