How to change the order of text and bullets?

  • yuval455
    Asked on June 28, 2021 at 7:36 AM

    hi

    I want to change the order of the elements so the radio button will be at the right and the text on the left.1624880164 60d9b4244244f 60014e9d 9039 4 Screenshot 10

  • Cecile JotForm Support
    Replied on June 28, 2021 at 8:58 AM

    Greetings,

    Kindly inject the custom CSS code below.

    .form-radio-item:not(#foo) label:before {

      right: 0;

    }

    .form-radio-item:not(#foo) label:after {

      right: 9px;

    }

    .form-radio-item:not(#foo) label{

     margin-right: 50px !important;

    }

    Guide: How-to-inject-custom-css-codes

    Result:

    1624885038 60d9c72e5d27f 1 Screenshot 10

    I hope this helps.

    Should you have further inquiries, kindly let us know.

    Thank you.