View Single Post
Old 06-05-2017, 12:49 PM   #4
Anak
Guru
Anak ought to be getting tired of karma fortunes by now.Anak ought to be getting tired of karma fortunes by now.Anak ought to be getting tired of karma fortunes by now.Anak ought to be getting tired of karma fortunes by now.Anak ought to be getting tired of karma fortunes by now.Anak ought to be getting tired of karma fortunes by now.Anak ought to be getting tired of karma fortunes by now.Anak ought to be getting tired of karma fortunes by now.Anak ought to be getting tired of karma fortunes by now.Anak ought to be getting tired of karma fortunes by now.Anak ought to be getting tired of karma fortunes by now.
 
Posts: 603
Karma: 641742
Join Date: Mar 2012
Location: DE
Device: Kobo Glo
I don't think a firmware patch can make the top and bottom headers (much) larger.

However, you could expand the page margins in every epub/kepub manually:

Code:
@page {
margin-top:10pt;
margin-bottom:10pt;
}
Use your own values, this will add the desired space/empty lines at the top and bottom of the screen.

Edit: sorry, I just read that davidfor mentioned it in his previous post.
Anak is offline   Reply With Quote