View Single Post
Old 02-11-2018, 05:23 AM   #3
davidfor
Grand Sorcerer
davidfor ought to be getting tired of karma fortunes by now.davidfor ought to be getting tired of karma fortunes by now.davidfor ought to be getting tired of karma fortunes by now.davidfor ought to be getting tired of karma fortunes by now.davidfor ought to be getting tired of karma fortunes by now.davidfor ought to be getting tired of karma fortunes by now.davidfor ought to be getting tired of karma fortunes by now.davidfor ought to be getting tired of karma fortunes by now.davidfor ought to be getting tired of karma fortunes by now.davidfor ought to be getting tired of karma fortunes by now.davidfor ought to be getting tired of karma fortunes by now.
 
Posts: 24,905
Karma: 47303824
Join Date: Jul 2011
Location: Sydney, Australia
Device: Kobo:Touch,Glo, AuraH2O, GloHD,AuraONE, ClaraHD, Libra H2O; tolinoepos
If what you want is a bit of extra space above the text in an epub, you can use the @page in the stylesheet. It's common in commercial epubs to have something like:

Code:
@page {
   margin: 5pt 5pt 5pt 5pt
}
You can set each margin to a different value, but I can never remember the order. Or for what you want, you can use:
Code:
@page {
   margin-top: 5pt
}
You can edit the book to add this, or, if you use calibre, you can use the "Modify CSS" option to add it when sending the book to the device.
davidfor is offline   Reply With Quote