How can I group Multiple Elements?

Hello.

If I want to group two elements as shown below, how can I do that?

Hello!

What do you mean by group two elements?

As they are together in one flexbox, you can apply styling or interaction at the flexbox level if you’d like.

I wanted to ask if there is a way to put multiple elements in a container while they are selected.

I ended up adding a container and building it so that it was nested within the container.

Thank you very much!

1 Like

Ah yes, you can drag and drop one element at a time so if you want to drag and drop 2 elements, you’ll only be able to do that if they are in the same parent element and you drag and drop that parent element.

However, if you want to change the padding or margin of 2 elements that share the same properties, you can do that in one go by multi-selecting them and making the change.

1 Like