How can I move all objects in a context a few mm at once?
Hello hierdene,
I think your best bet is to simply change the left margin of the page. For Print contexts, right-click the Section, and change the “Left” option in the “Margins” group of the Properties of the context.
For Email and Web contexts, this is done by changing the “Padding” setting for the “body” element:
Hope this helps,
~Evie
Thanks, but then all objects should be positioned relative? Now I have all objects on absolute and then margins give no result.
Absolute position objects are completely absolute to the page’s 0-0 position. If they are this way you’ll have to wrap them all in a div with position:relative and change that div’s margins so its “children” will follow.