Orbeon Forms community mailing list
Search
everywhere
only in this topic
Advanced Search
pdf adjust margin-left margin-right of form
Classic
List
Threaded
♦
♦
Locked
4 messages
mabu
Reply
|
Threaded
Open this post in threaded view
♦
♦
|
pdf adjust margin-left margin-right of form
Hi,
Is it possible to adjust margin-left and margin-right of the form in the generated pdf.
I was able to adjust margin-top as follows:
@media print {
.orbeon .navbar {
margin-top: 200px;
}
}
Martin
Erik Bruchez
Reply
|
Threaded
Open this post in threaded view
♦
♦
|
Re: pdf adjust margin-left margin-right of form
Administrator
Martin,
Try the following:
@page {
margin-left: 200px;
margin-right: 200px;
}
-Erik
mabu
Reply
|
Threaded
Open this post in threaded view
♦
♦
|
Re: pdf adjust margin-left margin-right of form
Erik, thank you. It is working!
Erik Bruchez
Reply
|
Threaded
Open this post in threaded view
♦
♦
|
Re: pdf adjust margin-left margin-right of form
Administrator
Good, thanks for confirming! -Erik
Free forum by Nabble
Edit this page