How can I increase the width of the

  • STPI
    Asked on May 3, 2017 at 10:32 PM

    How can I increase the width of the  Image 1 Screenshot 30How can I increase the width of the  Image 2 Screenshot 41

    Dear Sir/Madam,

    I would like to increase the size of the "Other" button so that the full text of "Above $10,000. Please specify amount." can be seen. Right now, it is hidden. And I am not sure how to increase the width of the box. 

    Could you advise?

    Many thanks,

    Yi Lin

  • David JotForm Support Manager
    Replied on May 3, 2017 at 11:26 PM

    Please inject the following CSS code to increase the width of the "Other" option of you radio field:

    .form-radio-item:last-child{

        width: 340px;

    }

    Result:

    How can I increase the width of the  Image 1 Screenshot 20

    Let us know if you need more help, we will be glad to assist you.

  • STPI
    Replied on May 3, 2017 at 11:30 PM

    Holy Mole it works! Thank you!!! :)