Title: Input before label&#8230;
Last modified: August 31, 2021

---

# Input before label…

 *  Resolved [edit4ever](https://wordpress.org/support/users/edit4ever/)
 * (@edit4ever)
 * [4 years, 8 months ago](https://wordpress.org/support/topic/input-before-label-2/)
 * Is it possible to have the input field before the label?
 * The current way makes sense when the label is above the input field – but when
   you change the css to make these side by side – the label being first doesn’t
   always make sense.
 * Perhaps this requires too much rework due the javascript nature of the form controls–
   but I though I would ask.
 * Thanks!

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

 *  Plugin Author [codepeople](https://wordpress.org/support/users/codepeople/)
 * (@codepeople)
 * [4 years, 8 months ago](https://wordpress.org/support/topic/input-before-label-2/#post-14825423)
 * Hello [@edit4ever](https://wordpress.org/support/users/edit4ever/)
 * You can get it with CSS. Select the “left aligned” option through the “Label 
   placement” attribute in the “Form Settings” tab. And then, enter the style definition
   below through the “Customize Form Design” attribute in the same tab:
 *     ```
       #fbuilder .left_aligned .fields>label{float:right !important}
       #fbuilder .left_aligned .fields>.dfield{float:left !important}
       ```
   
 * Best regards.
 *  Thread Starter [edit4ever](https://wordpress.org/support/users/edit4ever/)
 * (@edit4ever)
 * [4 years, 8 months ago](https://wordpress.org/support/topic/input-before-label-2/#post-14825494)
 * Brilliant – thank you!

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

The topic ‘Input before label…’ is closed to new replies.

 * ![](https://ps.w.org/calculated-fields-form/assets/icon-256x256.jpg?rev=1734377)
 * [Calculated Fields Form](https://wordpress.org/plugins/calculated-fields-form/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/calculated-fields-form/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/calculated-fields-form/)
 * [Active Topics](https://wordpress.org/support/plugin/calculated-fields-form/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/calculated-fields-form/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/calculated-fields-form/reviews/)

 * 2 replies
 * 2 participants
 * Last reply from: [edit4ever](https://wordpress.org/support/users/edit4ever/)
 * Last activity: [4 years, 8 months ago](https://wordpress.org/support/topic/input-before-label-2/#post-14825494)
 * Status: resolved