Modern view
You can paste the following code into the custom CSS box on the Design tab of your editor:
media screen and (min-width: 769px) {
.formaloo__field-container {width: 50%; min-width: auto!important;}
}
How to align form fields in 2 columns?
You can paste the following code into the custom CSS box on the Design tab of your editor:
media screen and (min-width: 769px) {
.formaloo__field-container {width: 50%; min-width: auto!important;}
}