Title: Field width in %
Last modified: March 29, 2022

---

# Field width in %

 *  Resolved [nicecap](https://wordpress.org/support/users/nicecap/)
 * (@nicecap)
 * [4 years, 5 months ago](https://wordpress.org/support/topic/field-width-in/)
 * Hello.
 * in the field setting you can set the field width.
    The description suggests that
   you can enter a percentage for the width: “Leave empty to set the width to 100%.”
   but the fied itself won’t accept a percentage – as an example I want 2 columns
   with 40% and 60% each.
 * Is this possible?
 * Chris

Viewing 1 replies (of 1 total)

 *  Plugin Support [Mane Grigoryan](https://wordpress.org/support/users/manegr/)
 * (@manegr)
 * [4 years, 5 months ago](https://wordpress.org/support/topic/field-width-in/#post-15513240)
 * Hi dear [@nicecap](https://wordpress.org/support/users/nicecap/) ,
    Thanks for
   your inquiry.
 * You can get the desired result using the following Custom CSS Code.
 *     ```
       div[wdid="2"] {
       flex: 6 !important;
       }
       div[wdid="3"] {
       flex: 4 !important;
       }
       ```
   
 * Please, use with your column ids to change the wdid value.
 * Best Regards,
    Mane
    -  This reply was modified 4 years, 5 months ago by [Mane Grigoryan](https://wordpress.org/support/users/manegr/).

Viewing 1 replies (of 1 total)

 The topic ‘Field width in %’ is closed to new replies.

 * ![](https://ps.w.org/form-maker/assets/icon-256x256.png?rev=2068681)
 * [Form Maker by 10Web - Mobile-Friendly Drag & Drop Contact Form Builder](https://wordpress.org/plugins/form-maker/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/form-maker/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/form-maker/)
 * [Active Topics](https://wordpress.org/support/plugin/form-maker/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/form-maker/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/form-maker/reviews/)

## Tags

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

 * 1 reply
 * 2 participants
 * Last reply from: [Mane Grigoryan](https://wordpress.org/support/users/manegr/)
 * Last activity: [4 years, 5 months ago](https://wordpress.org/support/topic/field-width-in/#post-15513240)
 * Status: resolved