I use the ui_layout_form_SimpleForm1 to create a floating form. But I want to have two input fields next to each other in some places (please see the example in attachement). I have tried the following: Set the width (dimension) of Label1 + Input1 to 30% and the width (dimension) of Label2 + Input2 to 70% but the inputs are not placed side by side and I don’t know how to do that. (I set the dimension of the layout itself to 50% and maxContainerCols = 0)