Tagged: x
-
AuthorPosts
-
April 4, 2016 at 2:28 pm #866444
Hi there, please take a look at:
http://486.408.myftpupload.com/#contact
I have this code for the contact form 7:
<table border=”0″ align=”center”><tr><td align=”left” valign=”top”><p>Your Name: (required)<br />
[text* your-name] </p><p>Your Email: (required)<br />
[email* your-email] </p><p>Your Phone: <br />
[tel tel-424] </p><p>Your Zip Code:<br />
[tel tel-424] </p>
</td><td align=”left” valign=”top”><p><br>
<br>
Your Message:<br />
[textarea your-message] </p><p>Please type into the box, what you see here:</p>
<p>[captchac captcha-106 size:m]</p>
<p>[captchar captcha-106]</p><p>[submit “Send”]</p>
</td></tr></table>And this in my custom css:
.wpcf7-form p {
color:#fff;
width:85%;
}I wanted to know why its aligning left and not centered, can you help fix this.
Also, that white line above the form, how do I get rid of this?
Thanks.
Gary.
April 4, 2016 at 11:03 pm #867031Hello Gary,
Thanks for writing in!
You can add this under Custom > CSS in the Customizer:
.wpcf7-form p { margin: 0 auto; padding-bottom: 5px; }
Thanks.
April 5, 2016 at 10:45 am #867806Worked great, but that white line is still there.
April 6, 2016 at 1:02 am #868671Hi there,
Please add this :
table th, table td { border: none; }
Hope it helps.
April 6, 2016 at 10:16 am #869468PERFECT! thanks so much.
April 6, 2016 at 1:58 pm #869855You’re most welcome! 🙂
-
AuthorPosts