Page and Group Padding?

I noticed some elements allow for padding to be set and some don’t. I’d like to add padding to the entire page and to some groups. Is there a way to accomplish that via the Bubble UI, or is adding CSS the only means?

You can add padding to a group and then have all content in that group. As such, it’ll look to the user as if there’s padding on the whole page.

There are lots of ways to get things to look the way you want. Sometimes it takes a bit of creativity, especially for advanced aspects of it, but almost always doable in my experience.

1 Like

That’s exactly what I thought to do when I didn’t see a padding option on the page itself, but I didn’t see a padding option for groups either - hence my question. I’ll take another look though.

If groups don’t have padding, another way would be to give them a border, and make the border 100% transparent. This should end up working the same, I believe.

1 Like

Ooo, now that didn’t occur to me! I’ll give it a go. Thanks for the prompt response.

EDIT: It does indeed work, so thanks for the suggestion.

1 Like

Glad I could be of help.