View Single Post
Old 05-27-2015, 04:35 AM   #105
Nick_1964
Bookworm
Nick_1964 ought to be getting tired of karma fortunes by now.Nick_1964 ought to be getting tired of karma fortunes by now.Nick_1964 ought to be getting tired of karma fortunes by now.Nick_1964 ought to be getting tired of karma fortunes by now.Nick_1964 ought to be getting tired of karma fortunes by now.Nick_1964 ought to be getting tired of karma fortunes by now.Nick_1964 ought to be getting tired of karma fortunes by now.Nick_1964 ought to be getting tired of karma fortunes by now.Nick_1964 ought to be getting tired of karma fortunes by now.Nick_1964 ought to be getting tired of karma fortunes by now.Nick_1964 ought to be getting tired of karma fortunes by now.
 
Nick_1964's Avatar
 
Posts: 975
Karma: 768585
Join Date: Aug 2010
Location: Netherlands
Device: Sony prs-650, Kobo Glo HD (2x), Kobo Glo
Quote:
Originally Posted by freekobo View Post
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;
}
Nick_1964 is offline   Reply With Quote