Viewing 3 replies - 1 through 3 (of 3 total)
  • This is a CSS styling issue.

    To change the style of your CF7 forms you would need to edit the CSS style sheets used by your WordPress theme.

    See Styling Contact Form for a general explanation of styling CF7 forms using CSS. If you are not familiar with CSS, this page also includes some links to where you can learn CSS.

    The most common and preferred method is to create a Child Theme and make any necessary additions to the CSS in the child themes style.css only, rather than directly in the themes styles.css. That way you don’t loose your changes when you update the theme.

    Use Firebug or Chrome Dev Tools to examine the HTML and CSS of your CF7 form in detail. Once you understand how the HTML and CSS is configured in your CF7 form, you should be able to see the CSS changes you need to change the appearance of the form to suit your requirements.

    Also good idea to target CSS classes & ids used within your CF7 forms only, so that your CSS changes don’t inadvertantly effect other elements on your website.

    If you are uncomfortable editing CSS style sheets you may prefer to use a custom CSS plugin like My Custom CSS.

    here is an example of two columns:
    <table><tr><td>
    <p>Your Name (required)
    [text* your-name] </p>

    <p>Your Email (required)
    [email* your-email] </p>

    <p>Your Phone (required)
    [text text-33] </p>

    <p>Subject
    [text your-subject] </p>
    </td><td>
    <p>Your Message
    [textarea your-message] </p>

    <p>[submit “Send”]</p>
    </td></tr></table>

    Thread Starter Fame Webdesign

    (@fame-webdesign)

    Thanks ScienceOfficerSpock! That works! 🙂

    Is it also possible to change the width of a “select” tag? Check http://www.autobedrijfcauberg.nl/wp/test-formulier/

    I would like to enlarge the fields “soort kenteken”, “conditie” etc. so they will have the same width as the other fields.

    Thanks for your help!

    Martine

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Can I add columns in a form?’ is closed to new replies.