Radio button labels are not aligning correctly with radio buttons

  • lritter
    Asked on April 25, 2019 at 12:26 PM
  • jonathan
    Replied on April 25, 2019 at 2:49 PM

    The issue has to do with the following CSS codes on the form.

    1556218043zzz 2019 04 26 02 Screenshot 10

     

    Can you please try add these CSS codes on the form. 

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

        margin-left: 0 !important;

    min-width : 150px !important;

    }

     

    It should fix the issue.  Please let us know if it did not.



  • lritter
    Replied on April 25, 2019 at 4:10 PM

    Thank you!!!