How do justify the text in radio button options?

  • capconnect
    Asked on March 22, 2018 at 6:31 PM
  • Kevin Support Team Lead
    Replied on March 22, 2018 at 10:15 PM

    You may try injecting this code: 

    #id_195 label:not(.form-label) {

        display: inline-block;

        position: relative;

        width: 95%;

    }

    This guide will help you injecting the code to your form: https://www.jotform.com/help/117-How-to-Inject-Custom-CSS-Codes 

    I hope this helps. 

  • capconnect
    Replied on March 23, 2018 at 7:43 AM
    Hi, did this but only getting left justify and not right as well.
    Can you advise please
    Thanks
    Funda
    ...
  • Adrian
    Replied on March 23, 2018 at 10:17 AM

    To justify the text of the radio button field at the end of your form, add this additional CSS.

    #id_195 label:not(.form-label) {
        text-align: justify;
    }

    How do justify the text in radio button options? Image 10