Originally Posted by Nick_1964
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;
}
|