You will need to add to, or edit, your theme’s stylesheet.
Okay, so will with I need to add/edit?
Unless you provide a link to a page demonstrating the problem, no one will be able to offer much in the way of assistance.
Did you manage to resolve this? I’m seeing:
Email
[input email here]
No, I am not sure what to change.
Sorry – my bad. I got your question the wrong way around. Try adding:
.wpcf7 br {display:none;}
to the bottom of style.css. But be warned that your changes will be over-written the next time you upgrade WordPress or the theme. For this reason, it is recommended that you consider creating a child theme for your customisations.
Thank you so much! This worked!
One last thing, though. I know I’m probably driving you nuts, but would there now be a way so that all of the input fields are lined up?
Right now it looks like this:
Email [input email here]
First Name [input first name here]
Last Name [input last name here]
Address [input address here]
You can see that the left side of the input fields aren’t aligned. Is there a way to line the left sides of the input fields up?
Thanks for your help thus far.