Hi Alexander,
To set the page margin for all pages, you could use the following CSS. This sets the margin on page-level, instead of applying it to specific elements. This enables you to add reliable page margins, even when the content overflows a single page.
@page {
margin: 10mm;
}
Hope this helps!
Hi Alexander,
There are multiple options to setup a padding. If the padding option is not available, you can use the style editor (just like the 2nd image)
Otherwise you can use the Template grid, and in a single cell you can use a Table of 1x1 and then use those settings of padding (make sure you click on the Table and not the cell itself.
Or use the Style editor
If you want the properties of the whole template you can also set the padding etc. in there