How to keep radio button label text from wrapping to left margin

  • mgcaledonian13
    Asked on September 16, 2014 at 6:54 AM

    I think that this what I want as well but the image link is not there, can you please repair the link.

    Thanks,

  • Ben
    Replied on September 16, 2014 at 9:05 AM

    Hi,

    I believe that this is the form you want to align the text properly?
    http://www.jotformpro.com/form/42547329002954

    Do let me know if that is not the right form.

    To fix the layout of your radio boxes, we must increase their width and make the words not break out.

    This is a clone of your form where I have applied the style so that you can see how it looks:
    http://form.jotformpro.com/form/42583301172952

    To make your form radio buttons look like that, just inject this CSS code:

    .form-multiple-column .form-radio-item, .form-multiple-column .form-checkbox-item
    {
        display: inline-block;
        min-width: 200px;
        white-space: nowrap;
        width: 200px;
    }

    This will show them nicely in all 3 columns ;)

    Please follow these steps to inject the CSS code above into your form:How to Inject Custom CSS Codes

    Do let me know how this works for you :)

    Best Regards,
    Ben