Spacing between the radio button & text

  • piapete
    Asked on October 21, 2016 at 5:41 PM

    When creating conditional logic, is there a way to create spacing between the radio button and text?

    Spacing between the radio button & text Image 1 Screenshot 20

  • Kiran Support Team Lead
    Replied on October 22, 2016 at 12:09 AM

    Please inject the following CSS code to the custom CSS code section of the widget to incrasethe space between the button and text.

    input[type="radio"] {

    margin-right: 7px !important;

    }

    Spacing between the radio button & text Image 1 Screenshot 30

    It should be displaying the options as shown below after injecting the CSS code:

    Spacing between the radio button & text Image 2 Screenshot 41

    Hope this information helps! 

  • piapete
    Replied on October 22, 2016 at 12:29 AM

    Thanks! That worked!

     

    Do you know if it's possible to have a default answer when conditional logic is in place?