larger top page margin when printing to pdf?
This may be perverse, but I'd like to use epub as a primary format and derive a pdf via the Sigil print command (on Mac OSX). This line
p {margin-left: 85px; margin-right: 85px; font-size: 17; font-family: Cochin; }
inside the css file does almost what I'd like, except for the top margin. Can anyone suggest css code to accomplish this? I've tried variation of @page and @media without success. Or is there some way to specify the page size that "Print" prints to?
-Bill Benson
|