Title: Resizing the field width
Last modified: November 2, 2022

---

# Resizing the field width

 *  Resolved [Enen](https://wordpress.org/support/users/nnagarajan7/)
 * (@nnagarajan7)
 * [3 years, 7 months ago](https://wordpress.org/support/topic/resizing-the-field-width/)
 * Hi,
 * I am testing your plugin in my blog site. Is there any way I can reduce the width
   of a particular field. For e.g., Title field in the name where Mr. / Mrs. / Dr.
   will appear. The default field size is quite wide.
 * Thanks,

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

 *  Plugin Support [Laura – WPMU DEV Support](https://wordpress.org/support/users/wpmudev-support8/)
 * (@wpmudev-support8)
 * [3 years, 7 months ago](https://wordpress.org/support/topic/resizing-the-field-width/#post-16157373)
 * Hi [@nnagarajan7](https://wordpress.org/support/users/nnagarajan7/)
 * I hope you’re well today!
 * Forminator uses “grid” to display fields so in form builder you can only reorganize
   fields (e.g. make them display in two or three columns) but not resize.
 * To resize any specific field some additional CSS would be needed. Each field 
   has a “Styling” setting where you can define custom CSS class.
 * You would need to add such custom class first, let’s say it’s
 * `.mynamefield`
 * Note that in field settings you put that without the starting dot!
 * Then you can add this CSS to site:
 *     ```
       .mynamefield {
       	max-width:200px;
       }
       ```
   
 * The 200px width here is just an example and you can adjust it to your needs.
 * You may need to clear cache on site after adding CSS but aside of that – it should
   work out of the box.
 * Best regards,
    Adam
 *  Plugin Support [Amin – WPMU DEV Support](https://wordpress.org/support/users/wpmudev-support2/)
 * (@wpmudev-support2)
 * [3 years, 7 months ago](https://wordpress.org/support/topic/resizing-the-field-width/#post-16189736)
 * Hello [@nnagarajan7](https://wordpress.org/support/users/nnagarajan7/) ,
 * We haven’t heard from you for over a week now, so it looks like you don’t have
   any more questions for us.
    Feel free to re-open this ticket if needed.
 * Kind regards
    Kasia
 *  Thread Starter [Enen](https://wordpress.org/support/users/nnagarajan7/)
 * (@nnagarajan7)
 * [3 years, 6 months ago](https://wordpress.org/support/topic/resizing-the-field-width/#post-16207654)
 * I am extremely sorry for the delayed reply. I have not tried this yet. I will
   re-open the ticket if I face any issues. Thanks for your support.

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

The topic ‘Resizing the field width’ 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/)

## Tags

 * [field width](https://wordpress.org/support/topic-tag/field-width/)

 * 3 replies
 * 3 participants
 * Last reply from: [Enen](https://wordpress.org/support/users/nnagarajan7/)
 * Last activity: [3 years, 6 months ago](https://wordpress.org/support/topic/resizing-the-field-width/#post-16207654)
 * Status: resolved