Hi @jdphoenix
I hope you’re well today and thank you for your question!
I checked and I wasn’t able to identify conflicting CSS either, but there must be some because form markup clearly shows that it is a column layout.
So I checked instead if I can find some workaround and it seems that this additional CSS does the trick:
#forminator-module-31169 .forminator-row .forminator-field-name {
width:49%;
clear:none;
float:left;
}
#forminator-module-31169 .forminator-row .forminator-field-email {
width:49%;
clear:none;
float:right;
}
#forminator-module-31169 .forminator-row {
width:100%!important;
clear:both;
}
#forminator-module-31169 .forminator-row-last .forminator-col {
padding-top:15px;
}
Would you give it a try?
Note:
– please add it to theme’s custom css option or similar way but not to directly to form’s custom css in Forminator
– if there’s any cache on site – you may need to purge it after adding code.
Kind regards,
Adam
Hi there,
Thanks so much for the reply and providing a solution. Looks good on my end. Can you confirm on yours?
Hi @jdphoenix,
I hope you are doing well today!
I can also confirm the fields are showing up in one row and two columns as well. We are marking this thread as resolved accordingly.
Please let us know in case you need further help.
Kind regards,
Zafer