Title: Change Html Field Size
Last modified: January 26, 2023

---

# Change Html Field Size

 *  Resolved [ncitizen](https://wordpress.org/support/users/ncitizen/)
 * (@ncitizen)
 * [3 years, 6 months ago](https://wordpress.org/support/topic/change-html-field-size/)
 * Hi.
 * Pls, how do I centre and change the size(length) of the HTML field?
 * What I have here is aligned to the left.
 * Thanks.

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

 *  Plugin Support [Nithin – WPMU DEV Support](https://wordpress.org/support/users/wpmudevsupport11/)
 * (@wpmudevsupport11)
 * [3 years, 6 months ago](https://wordpress.org/support/topic/change-html-field-size/#post-16410777)
 * Hi [@ncitizen](https://wordpress.org/support/users/ncitizen/),
 * It’ll require custom CSS to make such changes. You can add custom CSS based on
   the field ID as shown in the following screenshot:
 * > [Screenshot at 16:58:48.png](https://imgur.com/W4UPteZ)
 * For example:
 *     ```wp-block-code
       #html-1 {
           text-align: center;
       }
       ```
   
 * The above CSS can be added in the forms custom CSS section as shared below:
 * > [Screenshot at 17:00:03.png](https://imgur.com/Gxbhdht)
 * If you want to customize it further then please share a page URL where you have
   the form so that we could better assist with the CSS if needed.
 * Please do let us know how that goes.
 * Best Regards,
 * Nithin
 *  Plugin Support [Amin – WPMU DEV Support](https://wordpress.org/support/users/wpmudev-support2/)
 * (@wpmudev-support2)
 * [3 years, 6 months ago](https://wordpress.org/support/topic/change-html-field-size/#post-16442256)
 * Hello [@ncitizen](https://wordpress.org/support/users/ncitizen/) ,
 * We haven’t heard from you for a week now, so it looks like you don’t have more
   questions for us.
 * Feel free to re-open this ticket if needed.
 * Kind regards
    Kasia

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

The topic ‘Change Html Field Size’ is closed to new replies.

 * ![](https://ps.w.org/forminator/assets/icon-256x256.gif?rev=3443182)
 * [Forminator Forms – Contact Form, Payment Form & Custom Form Builder](https://wordpress.org/plugins/forminator/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/forminator/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/forminator/)
 * [Active Topics](https://wordpress.org/support/plugin/forminator/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/forminator/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/forminator/reviews/)

 * 2 replies
 * 3 participants
 * Last reply from: [Amin – WPMU DEV Support](https://wordpress.org/support/users/wpmudev-support2/)
 * Last activity: [3 years, 6 months ago](https://wordpress.org/support/topic/change-html-field-size/#post-16442256)
 * Status: resolved