Add Elements Vertically

Hi, Please let me know how is it possible to add elements vertically position means two elements in the same row. whenever I try to add new elements then it adds below to the previous element. I hope you got what actually want to ask. Thanks

Hi! Behind the scenes, Sitejet uses Flexbox. Most of the flexbox layout properties are already exposed within the UI.
So, if you want to place 2 elements near each other, you can simply change the size property to auto (for each element) from the Style → Element (panel) → Layout (group).

Thanks for your guidance.