How to stack two elements

I would like to put a button over an image.

if I try to drag mit STRG an button element over an image element the button is place above or under the image but not on top (stacked with the image in the backgroud)

Thus my question, it is possible to put one element in the background and a second in the foreground and if so how?

thx in advance
ulf

1 Like

Hi Ulf! There are many ways to do this. A simple solution is that you take a container element and insert a background image on it. Then you can simply place the button in the container.

1 Like

super, thanks, container with picture in the background was exactly the right solution!

2 Likes