Tagged: thanks
Previously you had provide the below code to make input fields for name, email, submit button, appear on one row such as: http://brendonburchard.com/ site.
input#inf_field_FirstName, input#inf_field_Email {
max-width: 24%!important;
float: left;
margin-right: 5px!important;
}
..but it does not seem to be working on my site. Can you please advise?
Hi newpappa!
Please add following code to Quick CSS as well
form.infusion-form {
margin-bottom: 0!important;
}
It should look like this – http://i.imgur.com/z9rNB49.png
Regards,
Yigit
Thank you SO much Yigit! Much appreciation.