Hi @rizwan681,
Thanks for writing in!
I tried checking the links you have provided but they go to a 404 page now.
But in case you need further context on the issue, it is most likely that the issue you’re seeing is a result of the base styling option being used on your site. If you go to WPForms > Settings and look to the Include Form Styling dropdown, this is currently set to Base styling only. This option includes limited styling, which is why you’re seeing this issue in multi-column layouts.
To fix this, you could consider two options:
1) You could switch this dropdown to our default option, Base and form theme styling. For more details on what each of these options mean, here’s our tutorial on styling options.
2) You could use some custom CSS, which I’ve included here:
.wpforms-field {
clear: both !important;
}
In case it helps, here’s a tutorial on easy ways to add custom CSS like this to your site.
I hope this helps.