Viewing 1 replies (of 1 total)
  • Thread Starter webmasterkhan

    (@webmasterkhan)

    Hey people,

    I figured it out, I edited the CSS with a new CLASS
    class:sidebarInput

    SO my form looks like this

    <table width=”230″ border=”0″ cellspacing=”0″ cellpadding=”1″>
    <tr>
    <td>Your Name (required)</td>
    </tr>
    <tr>
    <td>[text* your-name class:sidebarInput]</td>
    </tr>
    <tr>
    <td>Your Email (required)</td>
    </tr>
    <tr>
    <td>[email* your-email class:sidebarInput] </td>
    </tr>
    <tr>
    <td>Subject</td>
    </tr>
    <tr>
    <td> [text your-subject class:sidebarInput]</td>
    </tr>
    <tr>
    <td>Your Message</td>
    </tr>
    <tr>
    <td>[textarea your-message class:sidebarInput]</td>
    </tr>
    <tr>
    <td>Attach Files</td>
    </tr>
    <tr>
    <td>[file file-899 class:sidebarInput] </td>
    </tr>
    <tr>
    <td>[submit “Send”] </td>
    </tr>
    </table>

    check it out at http://www.gaydesi.co.za

Viewing 1 replies (of 1 total)
  • The topic ‘[Plugin: Contact Form 7] Managing the width of the contact form how to?’ is closed to new replies.