Form Layout - Other Field on Single Choice Widget overlaps radio button

  • SocialStream
    Asked on February 15, 2021 at 1:07 PM

    Hi Team - On the indicated form, the "Other" field is larger than desired, it overlaps the radio button, and, ideally, the left edge of the white text area would align with the left edge of the text above it.

    Can you help?1613412453 602ab86554eb7 ink (1) Screenshot 10

  • Elton Support Team Lead
    Replied on February 15, 2021 at 4:35 PM

    Inject this CSS code into your form, this should correct it.

    label#label_other_60 {
      margin-left: 14px !important;
    }

    Guide: How to Inject Custom CSS Codes

    Result:

    02162021 ufqXqQEIRo Screenshot 10