What I’m trying to do
I am exporting a file to PDF using “Export to PDF…”, margin: none, A5, Landscape
The problem
The first page has a margin at the top. This does not happen on the second page
Result
How can force no margin at the top, (bottom) from the 1st page onward?
Things I have tried
Looked in the forum but could not find a solution
Many thanks
1 Like
woofy31
2
That sounds like the first element in your PDF (probably a header/title) has some margin to it, which must be removed via a CSS snippet.
arguros
3
Thanks for the tip.
How do I find out the CSS class of the first element to remove the margin with a snippet?
woofy31
4
You’ll have to use the Inspector to investigate the HTML code and CSS classes (CTRL+SHIFT+I to open it)
system
Closed
5
This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.