I have a pretty simple layout:
But the elements reposition when I load it:
It’s not a complicated setup at all. No repeating groups, just some form items in a group in a group.
What is odd is that when looking at the source code, somehow the text inputs have been grouped into a div
and the image uploader has been grouped into a sister div
:
These div
s have no positioning on them and since they’re display: block
by default, they get displayed on separate lines. But why did that happen? I thought that Bubble used absolute positioning for all items in the layout. Why did all the text inputs get grouped into a div
and why did both div
s lose their absolute positioning?