Add space between element repeating group

I’m trying to do something on bubble.

let’s say that I’ve created a repeating group with 1 row and 3 column and I want to put space between each columns, how to do that ?

Thanks

The way I do it is I create a repeating group style that has separator width as wide as I want and I make this separator be transparent. So far I think this is the best method.


@bestbubbledev - Youtube | LinkedIn | Twitter
| Best Nocode Studio

1 Like

Thank you !

Are all your elements in a single group in each RG cell?

If so, you can just add some padding around the group itself.

This is okay but normally separators just work better. If you have padding, you end up with the most top and bottom / most left and right groups having more spacing than they need to. It can be solved with conditionals or negative margins on the RG but the separator just stops it happening all together!

This topic was automatically closed after 70 days. New replies are no longer allowed.