View Single Post
Old 05-27-2015, 05:25 AM   #106
freekobo
Addict
freekobo ought to be getting tired of karma fortunes by now.freekobo ought to be getting tired of karma fortunes by now.freekobo ought to be getting tired of karma fortunes by now.freekobo ought to be getting tired of karma fortunes by now.freekobo ought to be getting tired of karma fortunes by now.freekobo ought to be getting tired of karma fortunes by now.freekobo ought to be getting tired of karma fortunes by now.freekobo ought to be getting tired of karma fortunes by now.freekobo ought to be getting tired of karma fortunes by now.freekobo ought to be getting tired of karma fortunes by now.freekobo ought to be getting tired of karma fortunes by now.
 
freekobo's Avatar
 
Posts: 250
Karma: 2731310
Join Date: Jan 2013
Device: Kobo Aura
Quote:
Originally Posted by Nick_1964 View Post
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;
}
ohhhh that's it! Thanks!
freekobo is offline   Reply With Quote