Quote:
Originally Posted by freekobo
I do have that setting enabled..but there is still a slight boarder of white space all around..seems pointless making a device with a 6 inch screen and only 5 inches is really used for displaying text... Oh well I guess I'll just have to live with it.
|
Be very sure that is not in the .css of the book, if they have top,left,right and bottom marges set,you can't change it in the reader.
You can use patches to adjust them but if u have a book without the marges,it isn't always centered.
Look at the code in the .css of a random book I opened, with that code,you will never use the full screen so u have to remove that part out of the book.
Code:
@page {
margin-left: 1em;
margin-right: 1em;
margin-top: 1em;
margin-bottom: 1em;
}