Need help left aligning a long word-wrapped label in a radio button

  • max123jot
    Asked on January 27, 2018 at 11:54 AM

    input217

    I am a physician caring for families who are prenant and would like to provide a patient education link on kidney ultrasound


    i would like the text and the left sided button to align to center of 2 text lines

    please advise

    thanks

  • Support_Management Jotform Support
    Replied on January 27, 2018 at 3:43 PM

    I'm guessing you want the word wrap to align with the first line of the long label for the second option of your first question.

    To achieve this, inject the following CSS CODES to your FORM BUILDER:

    #label_input_217_1 {

        display: flex;

        margin: -15px 0 0 22px;

    }

    Complete guide: How-to-Inject-Custom-CSS-Codes

    Result:

    Need help left aligning a long word wrapped label in a radio button Image 1 Screenshot 20

    In case we misunderstood, kindly get back to us with more info and a better description of what you're trying to achieve so we can better assist you.

  • max123jot
    Replied on January 27, 2018 at 4:43 PM
    works
    ...