Title: Make left-align form responsive?
Last modified: September 1, 2016

---

# Make left-align form responsive?

 *  Resolved [Red Giraffe](https://wordpress.org/support/users/red-giraffe/)
 * (@red-giraffe)
 * [9 years, 9 months ago](https://wordpress.org/support/topic/make-left-align-form-responsive/)
 * Hi there, is there any way using CSS to make the form in left-aligned format 
   responsive? Currently on a mobile the labels and fields just bunch up together
   rather than rearranging to stack above each other?
 * Many thanks
 * [https://wordpress.org/plugins/calculated-fields-form/](https://wordpress.org/plugins/calculated-fields-form/)

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

 *  Thread Starter [Red Giraffe](https://wordpress.org/support/users/red-giraffe/)
 * (@red-giraffe)
 * [9 years, 9 months ago](https://wordpress.org/support/topic/make-left-align-form-responsive/#post-7615066)
 * Don’t worry i fixed it 🙂
 * [@media](https://wordpress.org/support/users/media/) screen and (max-width: 600px){
   #
   fbuilder .left_aligned .fields label {float: none !important;} #fbuilder input[
   type=”text”] {width:250px !important;} }
 *  Plugin Author [codepeople](https://wordpress.org/support/users/codepeople/)
 * (@codepeople)
 * [9 years, 9 months ago](https://wordpress.org/support/topic/make-left-align-form-responsive/#post-7615093)
 * Hi,
 * Thank you very much for sharing your solution. If you have any other question,
   do not hesitate in contact me again.
 * Best regards.

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

The topic ‘Make left-align form responsive?’ 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: [codepeople](https://wordpress.org/support/users/codepeople/)
 * Last activity: [9 years, 9 months ago](https://wordpress.org/support/topic/make-left-align-form-responsive/#post-7615093)
 * Status: resolved