How can I put space in between my radio options?

  • d_lane
    Asked on June 14, 2016 at 10:43 AM

    Anyway to move the logos up next to the button and put some space between the 2 options

    How can I put space in between my radio options? Image 1 Screenshot 20

  • liyam
    Replied on June 14, 2016 at 12:57 PM

    Hello d_lane,

    Can you try injecting this CSS code into your form:

    #cid_177 div {
      width: 500px;
    }
    #cid_177 div span:nth-child(2) {
      margin-left: 100px;
    }

    If you need to learn how to inject CSS codes in your form, please follow this user guide: https://www.jotform.com/help/117-How-to-Inject-Custom-CSS-Codes

    Please do let us know if you have questions.

    Thanks.

  • d_lane
    Replied on June 14, 2016 at 6:15 PM

    ok great any way I can reduce the space between the 2?

     

    How can I put space in between my radio options? Image 1 Screenshot 20

  • Mike
    Replied on June 14, 2016 at 7:14 PM

    You can change the space by adjusting applied margin, see the next screenshot.

    How can I put space in between my radio options? Image 1 Screenshot 20

    Thank you.