• I am trying to create a new form. I used <div> code to make two column but none of the code is working. All I get is one column.

    Sample follows:

    <div class=”clearfix”>
    <div id=”left”>
    First name [text first-name]
    Last Name[text last-name]
    How Did You Find Us? [text text-find-us]
    </div>
    <div id=”right”>
    Email [email* your-email]
    Phone [text your-phone]
    </div>
    </div>

    Subject [text* your-subject]
    Message [textarea* your-message]
    [submit “Send”]

    What am I doing wrong? Thanks for your help.

    https://wordpress.org/plugins/contact-form-7/

The topic ‘Muliple Columns’ is closed to new replies.