Quote:
Originally Posted by Sound
Some of my books are doing the same however on some further inspection the books are settings their top margin to zero in their css. This isn't so much as a bug as its bad CSS and Kobo now respecting it. I'm not sure which I like more though.
|
Yes, you're right! The solution is something like that:
@page { margin-top: 1.00em; }
I didn't know of "@page".