How can I adjust the width for Other option field

  • baihs
    Asked on October 2, 2017 at 1:54 PM

    Dear Support,

    I have turned on "Display Other Option" for my checkboxes. Is there a way I can change the width of "Other" field? Thanks.

  • John_Benson
    Replied on October 2, 2017 at 2:58 PM

    Please add this custom CSS code to increase the width of the "Option" field:

    input#input_9 {

        width: 250px !important;

    }

    To add a custom CSS code to your form, please follow this guide:

    How-to-Inject-Custom-CSS-Codes

    Here's the result:

    How can I adjust the width for Other option field Image 1 Screenshot 20

    I hope this helps. If you need further assistance, please let us know. Thank you.