Spacing issue with the radio buttons.

  • annemcfarland
    Asked on September 28, 2016 at 5:04 PM

    Dear Jotform,

     

    When I look at my form in the build view, the spacing is perfect, but when I go to preview the form in a new tab, the spacing is off.  I would like the monthly/annual radio buttons to all line up.  Any suggestions?

     

    Thanks,

    Anne

    Jotform Thread 944669 Screenshot
  • Chriistian Jotform Support
    Replied on September 28, 2016 at 10:40 PM

    You can align all the Monthly/Annual radio buttons by injecting the custom CSS code below:

    .form-line-column[data-type="control_radio"] {

        padding-left: 33px;

    }

    Here's how it should look after:

    Spacing issue with the radio buttons Screenshot 20

    If you need further assistance, please let us know.
    Regards.

  • annemcfarland
    Replied on September 29, 2016 at 9:35 AM

    That worked perfectly!

     

    Thanks so much!