Contact form fields are messed up
-
I have a contact form on my website, if you scroll down it’s the one next to the image of the electrician right under “Book a consultation now” As you can see it looks a little weird, I want the name & email to be next to each other then the other fields & submit button right below it like a typical contact form. But for some reason it’s doing this. I do have a code applied to another form thats at the hero section. If you scroll to the top you will see where I applied code to get inline fields. the code is:
@media only screen and (min-width:783px) {
.forminator-row {
float:left;
-webkit-float:left;
padding-right:20px;
}
.forminator-ui#forminator-module-458.forminator-design–default .forminator-button-submit {
margin-top:20px;
}
}
Could that be the problem & it’s effecting my other form? If so how can I fix this? Thanks.The page I need help with: [log in to see the link]
The topic ‘Contact form fields are messed up’ is closed to new replies.