How to add styles to Text for radio buttons?

  • lagunaboo
    Asked on February 1, 2016 at 9:03 PM

    you will find that the last fields are radio buttons with pictures added, as per my picture above.

    the question was is there any way to move the radio button, tidy the text and pad the images.

    thanks...

  • Chriistian Jotform Support
    Replied on February 2, 2016 at 2:09 AM

    You can add padding in the image radio by adding this code below:

    #_d0,#_d1,#_d2{

    padding:50px;

    }

    Then move the radio a bit below using this css:

    div.orange-radio{

     top: 250px;

    }

    You can inject the css by clicking on the wand icon on the widget and selecting the insert Custom Css tab. 

    How to add styles to Text for radio buttons? Image 1 Screenshot 30

    How to add styles to Text for radio buttons? Image 2 Screenshot 41