Adjust width to move the radio labels on one line?

  • Ahurley24
    Asked on April 27, 2015 at 12:34 PM
    How can adjust settings such that options can appear on a single line (adjust width)?

    Adjust width to move the radio labels on one line? Image 1 Screenshot 20

  • Charlie
    Replied on April 27, 2015 at 1:50 PM

    You can try using this custom CSS code to adjust the width of the radio buttons. Here's my custom CSS code:

    .form-single-column {

        min-width: 600px !important;

    }

    You can adjust the custom CSS code under the Form Designer Tool->CSS tab.

    Adjust width to move the radio labels on one line? Image 1 Screenshot 20

    Do let us know if that works.

    Thanks