Hi all,
I just got a Tolino Shine 2HD and I've been very surprised on how tiny the margins were even set at the maximum.
Am I doing something wrong?
Here's a picture to illustrate. If I take my Kindle lateral margins are bigger and that's more comfortable for my use.
Thanks for sharing your experiences
Why do you want larger margins? This is an ebook on a eInk screen not a physical book/
Quote DNSB
Why do you want larger margins? This is an ebook on a eInk screen not a physical book/
Thanks for your input, I have pretty big fingers and they tend to get in that way when I'm holding the reader. By adding some margins I can read more comfortably.
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.