How to set padding?

I’d like to set the padding on page and group elements. Anyone know if/how this can be done?

Text elements are the only ones I’ve found thus far which have a padding setting. Or am I thinking about this all wrong?

1 Like

Yeah not much padding settings to be found. However, you can do this by setting the border style to inset, setting a width, then setting the color to transparent.

That way you can also set conditional statements to change the “padding” based on, for example, page width.

2 Likes

Thanks for the tip, @marcuslate.