Does anybody know how to add padding to the bottom of a page? Currently the page stops exactly at the bottom of the content and I’d rather not have to add a hotspot, or a box to every single page and adjust them every time the content changes.
I usually just add a single line widget or very thin rectangle to add length to the page. If you’re mocking up a web page or online application, you could use a mocked up footer. The prototype will always adjust to fit what is added height-wise.
Adding an empty element is what I’m currently doing, but then I have to always move that to the bottom of the page. It would be great if there was a padding option on the page style, like there is with text styling.