alignment/filling out of field options

  • mecc
    Asked on December 22, 2015 at 3:38 AM

    hi there

    on this form:

    http://www.bbbmaastricht.nl/2016-inschrijven

    you can register for one of our events.

    on page 2, the questions containing radio buttons are not ligned out properly. we would like the corresponding options/comments to lign/fill out over the full length of the form. The radio button questions seem to have a different width ? how to tackle this?

    Jotform Thread 730382 Screenshot
  • beril JotForm UI Developer
    Replied on December 22, 2015 at 4:14 AM

    You can change the width of your radio buttons from designer.

    Please paste the code below to your CSS.

    #label_input_46_1 {

        width : 600px !important;

    }

     

    #label_input_46_0 {

        width : 600px !important;

    }

     

    #label_input_46_2 {

        width : 600px !important;

    }

    alignment/filling out of field options Image 1 Screenshot 20

    That will change the width of your radio buttons. You can also change the with of your radio buttons.

    If you have any question or issues, please do not hesitate contacting us. We will be glad to assist you.