Making 3 or 4 column layout for Knack Form

--- Working with CSS would fix this. May be you need to work on padding as well. Following CSS code worked for me.

ul.kn-form-group.clearfix:nth-child(2){margin-left: 25px;}

Raju....seems to work well except the spacing between fields on the form. What can I do to make the fields have the same spacing between them?

Works a treat - thanks!

Big thanks for posting this - really makes the forms work well across wider screens.