Title: Resizing the form
Last modified: October 23, 2020

---

# Resizing the form

 *  Resolved [karchung0930](https://wordpress.org/support/users/karchung0930/)
 * (@karchung0930)
 * [5 years, 7 months ago](https://wordpress.org/support/topic/resizing-the-form/)
 * Hi, how can I resize the form? The width of the form is too wide compare to its
   field, causing the overall looking weird and making an extra space at the right.
 * You can refer to the image here:
    [https://drive.google.com/file/d/1OMERAUtH8CdHMPQGk950U5wrfAMGTMWf/view?usp=sharing](https://drive.google.com/file/d/1OMERAUtH8CdHMPQGk950U5wrfAMGTMWf/view?usp=sharing)
 * Is it possible to make the form smaller by CSS or any other method?
 * Thanks.

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

 *  [Jade](https://wordpress.org/support/users/jadeam/)
 * (@jadeam)
 * [5 years, 7 months ago](https://wordpress.org/support/topic/resizing-the-form/#post-13581673)
 * Hello [@karchung0930](https://wordpress.org/support/users/karchung0930/),
 * This is definitely possible with some custom CSS.
 * Please try the code below:
 *     ```
       #wpforms-101 {
           max-width: 767px;
           margin: 0 auto;
       }
       ```
   
 * Kindly replace `101` in the code above with the ID of your form. Please check
   [this guide](https://wpforms.com/developers/how-to-locate-form-id-and-field-id/)
   on how to determine your form ID.
 * In case the code above does not take effect, please provide us with the URL of
   the page where the form is present so we can check it.
 * Thank you.
 *  Thread Starter [karchung0930](https://wordpress.org/support/users/karchung0930/)
 * (@karchung0930)
 * [5 years, 7 months ago](https://wordpress.org/support/topic/resizing-the-form/#post-13582286)
 * Thank you so much!

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

The topic ‘Resizing the form’ is closed to new replies.

 * ![](https://ps.w.org/wpforms-lite/assets/icon.svg?rev=3254748)
 * [WPForms - Easy Form Builder for WordPress - Contact Forms, Payment Forms, Surveys, & More](https://wordpress.org/plugins/wpforms-lite/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/wpforms-lite/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/wpforms-lite/)
 * [Active Topics](https://wordpress.org/support/plugin/wpforms-lite/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/wpforms-lite/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/wpforms-lite/reviews/)

 * 2 replies
 * 2 participants
 * Last reply from: [karchung0930](https://wordpress.org/support/users/karchung0930/)
 * Last activity: [5 years, 7 months ago](https://wordpress.org/support/topic/resizing-the-form/#post-13582286)
 * Status: resolved