Quote:
Originally Posted by scoky
Thanks! However, actually I want to increase the top margin.....
|
Not sure which Kobo model you have but if you're a calibre user
this method will work for standard epubs (not sure about kepubs)
Just add something like the following to your custom
kobo_extra.css file:
Code:
@page {margin-top: 10pt; margin-bottom: 0; margin-left: 0; margin-right: 0}
where the
red bit is as big/small as you want it to be.
Edit: You will also need to re-send-to-device all your epubs from calibre to the Kobo afterwards for the bigger top margin to take effect.