Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #866444

    logoglo
    Participant

    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.

    #867031

    Prasant Rai
    Moderator

    Hello 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.

    #867806

    logoglo
    Participant

    Worked great, but that white line is still there.

    #868671

    Christopher
    Moderator

    Hi there,

    Please add this :

    table th, table td {
        border: none;
    }

    Hope it helps.

    #869468

    logoglo
    Participant

    PERFECT! thanks so much.

    #869855

    John Ezra
    Member

    You’re most welcome! 🙂