How can I align radio buttons' texts properly?

  • afckredieten
    Asked on April 14, 2016 at 9:57 AM
    the radiobuttons text how can i align them properly? In one or 2 lines but in more orderly fashion than now?

    How can I align radio buttons texts properly? Image 1 Screenshot 20

    This is a bummer not properly aligned the 2nd and 3th button

  • mert JotForm UI Developer
    Replied on April 14, 2016 at 10:01 AM

    By adding the following CSS rules, you can easily align the text to fill only one line. Please, use the code from the below:

     

    .form-radio-item, .form-checkbox-item {

        width: 370px !important;

        max-width: 370px !important;

    }

     

    Also, you can see its results:

    How can I align radio buttons texts properly? Image 1 Screenshot 20

     

    Please, do let us know the results.

    Regards.

  • afckredieten
    Replied on April 14, 2016 at 10:05 AM

    Magnificent, thanks a lot.

     

    Regards

    Kim

  • mert JotForm UI Developer
    Replied on April 14, 2016 at 10:08 AM

    Kim, you are most welcome, glad to see it's working. Please, do let us know for your further questions.

     

    Have a great day.