Title: Multiple colomns
Last modified: August 30, 2016

---

# Multiple colomns

 *  [Triep](https://wordpress.org/support/users/triep/)
 * (@triep)
 * [10 years, 8 months ago](https://wordpress.org/support/topic/multiple-colomns/)
 * Is it posible to make a form like [http://www.topweekend.nl/wp-content/uploads/2015/09/img_55f74190cac34.png](http://www.topweekend.nl/wp-content/uploads/2015/09/img_55f74190cac34.png)
   with contact form 7?
 * How can I make multiple colomns?
 * Thanks!
 * [https://wordpress.org/plugins/contact-form-7/](https://wordpress.org/plugins/contact-form-7/)

Viewing 2 replies - 1 through 2 (of 2 total)

 *  [davmerit](https://wordpress.org/support/users/davmerit/)
 * (@davmerit)
 * [10 years, 8 months ago](https://wordpress.org/support/topic/multiple-colomns/#post-6545458)
 * I use Ordered List elements to display multiple fields on single line.
 * HTML:
 *     ```
       <ol class="singleline">
       <li> <label for="cf7-phone">Phone</label> [text cf7-phone 15/]</li>
       <li> <label for="cf7-mobile">Mobile</label> [text cf7-mobile 15/]</li>
       </ol>
       ```
   
 * Added to Form section of CF7 interface. Labels are added for improved accessability.
 * CSS:
 *     ```
       .wpcf7-form .singleline ol {
       list-style: none;
       margin: 0;
       }
   
       .wpcf7-form .singleline li{
       display: inline-block;
       float: left;
       margin-right: 10px;
       padding-right: 10px;
       }
       ```
   
 * Add via [Child Theme](http://wplift.com/customise-wordpress-child-theme) or use
   [custom CSS plugin.
    
   
    See [Styling Contact Form](http://contactform7.com/styling-contact-form/#Styling_Contact_Form_7_Forms) for
   a general explanation of styling CF7 forms using CSS.
 *  [davmerit](https://wordpress.org/support/users/davmerit/)
 * (@davmerit)
 * [10 years, 7 months ago](https://wordpress.org/support/topic/multiple-colomns/#post-6545736)
 * You could consider using [Contact Form 7 Skins](https://wordpress.org/plugins/contact-form-7-skins/)
   to style your Contact Form 7 Forms.
 * You can now use the add-on [CF7 Skins Ready](http://cf7skins.com/add-ons/ready/)
   to put form fields together on the same line.

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Multiple colomns’ is closed to new replies.

 * ![](https://ps.w.org/contact-form-7/assets/icon.svg?rev=2339255)
 * [Contact Form 7](https://wordpress.org/plugins/contact-form-7/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/contact-form-7/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/contact-form-7/)
 * [Active Topics](https://wordpress.org/support/plugin/contact-form-7/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/contact-form-7/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/contact-form-7/reviews/)

 * 2 replies
 * 2 participants
 * Last reply from: [davmerit](https://wordpress.org/support/users/davmerit/)
 * Last activity: [10 years, 7 months ago](https://wordpress.org/support/topic/multiple-colomns/#post-6545736)
 * Status: not resolved