I'm trying to set the margins/padding of the Title Page to 0 so that my banner will span the entire width of the cover, but I can't seem to set them without messing up the rest of document when exporting.
I tried this with no luck:
@page {
size: 8.5in 11in;
margin: 0.5in;
padding: 1em;
}
@page title {
margin: 0;
padding: 0;
}
.fsTitlePage {
margin-left: 0;
margin-top: 0;
margin-right: 0;
page-break-after: always;
}
I also tried this, but it cuts off the text on the right margin of the rest of the document:
@page :first {
margin: 0;
padding: 0;
}
Any help would greatly be appreciated!
Any news here as I run in to similar problems while trying to set 'margin:0;' on the title page?
Have you tried creating an export template and then setting a new Export Scheme? And are you looking to export an entire space, or just a document?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.