Hey!
I’ve been working on a quiz on bubble. I should get the elements stay on their places on different sizes of screens. It should look like this:
But it looks like this:
This text will be hiddenDo you know how to get the elements stay on their places on different screens?
Group them into a group and make that group fixed width.
That almost worked, but the site is now too small:
And it should work on a phone too.
In that case try removing the fixed width option.
You may need to add a mix width and adjust the minimum width options to get it to display how you want it to.