How to increase the width of the 'other' checkbox field?

  • ssaaccounts
    Asked on September 16, 2017 at 3:26 AM

    Hi Support,

     

    Question: how do I get the user input box/field to grow wider? At the moment, it's way too short. 

    Please see screenshot: http://prntscr.com/glsepq

     

    Thanks!

  • Nik_C
    Replied on September 16, 2017 at 4:36 AM

    That specific field you can increase by adding the below CSS to your Custom CSS field:

    input#input_21 {

        width: 250px;

    }

    How to increase the width of the other checkbox field? Image 1 Screenshot 20

    If you need any further adjustments please let us know.

    Thank you!