Title: Same Line
Last modified: August 21, 2016

---

# Same Line

 *  [casdrubo](https://wordpress.org/support/users/casdrubo/)
 * (@casdrubo)
 * [13 years ago](https://wordpress.org/support/topic/same-line/)
 * Hi there,
 * First off, thanks for your help with my other two requests. I have the plugin
   working fine, it’s just formatting now.
 * Is there a way to get each input type on the same line? I have two select inputs
   and a radio option but would like them on the same line.
 * Is that possible?
 * [http://wordpress.org/extend/plugins/db-form/](http://wordpress.org/extend/plugins/db-form/)

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

 *  Plugin Author [Valentin](https://wordpress.org/support/users/valentinalisch/)
 * (@valentinalisch)
 * [13 years ago](https://wordpress.org/support/topic/same-line/#post-3738742)
 * It’s possible using simple css styling 🙂
 * Each field (input, radio, select, … ) is enclosed by
    a div with the class `.
   dbf_wrapper`. By giving this class a fixed width and `float: left` you are able
   to achieve a one-line-form.
 *     ```
       .dbf_wrapper {
       width: 150px;
       float: left;
       }
       ```
   
 * Regards,
    Valentin
 *  [sajan.patel@consulen.com](https://wordpress.org/support/users/sajanpatelconsulencom/)
 * (@sajanpatelconsulencom)
 * [12 years, 9 months ago](https://wordpress.org/support/topic/same-line/#post-3738815)
 * Would we be able to enclose the db-form fields in a table to arrange the fields,
   is there a way ?

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

The topic ‘Same Line’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/db-form_fcfcfc.svg)
 * [db-form](https://wordpress.org/plugins/db-form/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/db-form/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/db-form/)
 * [Active Topics](https://wordpress.org/support/plugin/db-form/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/db-form/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/db-form/reviews/)

 * 2 replies
 * 3 participants
 * Last reply from: [sajan.patel@consulen.com](https://wordpress.org/support/users/sajanpatelconsulencom/)
 * Last activity: [12 years, 9 months ago](https://wordpress.org/support/topic/same-line/#post-3738815)
 * Status: not a support question