digitalmikey
Member
Posted 11 months ago #
Hey guys, I'm trying to position the labels of my contact form to go just above the textfields. However there is a giant space between them and I've spent hours trying to troubleshoot and I am now completely stumped. Can anyone take a look at my code?
Contact Page: Here
Style: Here
I'm trying to use Contact Form 7.
Try adding:
.wpcf7-form br {display:none}
to your stylesheet.
I found that removing all the line breaks and spaces in the html code in the contact form under WP Dashboard --> Contact --> Edit --> Form field
...successfully removed all the br tags the code that CF7 outputs.