All Collections
Build & customize
Custom CSS on forms
Align the form fields in 2 columns
Align the form fields in 2 columns

How to align form fields in 2 columns?

Updated this week

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;}

}

Did this answer your question?