How to adjust the width of specific checkbox field?

  • islandsoft
    Asked on April 7, 2018 at 9:53 AM

    Dear support,

    I want to make the last question in my form does not collide with the text beside it.  Can we do that?

  • Welvin Support Team Lead
    Replied on April 7, 2018 at 1:10 PM

    Inject the following custom CSS codes to your form:

    label#label_input_69_0 {

        white-space: normal;

    }

    Please follow the steps here https://www.jotform.com/help/117-How-to-Inject-Custom-CSS-Codes

  • islandsoft
    Replied on April 7, 2018 at 2:06 PM

    Yes, it works! Thanks Welvin