Title: side by side fields
Last modified: August 22, 2016

---

# side by side fields

 *  [adier](https://wordpress.org/support/users/adier/)
 * (@adier)
 * [11 years, 6 months ago](https://wordpress.org/support/topic/side-by-side-fields-1/)
 * HI
    I want to create a contact form that the fields will show side by side. please
   tell me if this is possible and if so how and where do I have to make the changes:)
 * Thanks!
    Adi
 * [https://wordpress.org/plugins/contact-form-7/](https://wordpress.org/plugins/contact-form-7/)

Viewing 1 replies (of 1 total)

 *  [Neil Murray](https://wordpress.org/support/users/buzztone/)
 * (@buzztone)
 * [11 years, 6 months ago](https://wordpress.org/support/topic/side-by-side-fields-1/#post-5533357)
 * 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;
       }
       ```
   
 * Added to Child Theme style.css
 * See [Styling Contact Form](http://contactform7.com/styling-contact-form/) for
   a general explanation of styling CF7 forms using CSS.
 * There is a link at the bottom of the page to a comprehensive and detailed article
   on **Styling Contact Form 7 Forms**. The article shows people, with suitable 
   HTML & CSS skills, how to change the appearance of their Contact Form 7 Forms
   to meet their particular requirements.

Viewing 1 replies (of 1 total)

The topic ‘side by side fields’ 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/)

 * 1 reply
 * 2 participants
 * Last reply from: [Neil Murray](https://wordpress.org/support/users/buzztone/)
 * Last activity: [11 years, 6 months ago](https://wordpress.org/support/topic/side-by-side-fields-1/#post-5533357)
 * Status: not resolved