Alignment of Other option in Radio/Dropdown field

  • tmdedu
    Asked on August 21, 2018 at 9:06 PM

    1534900004캡쳐 Screenshot 10

  • AshtonP
    Replied on August 22, 2018 at 1:50 AM

    Please insert the following CSS Code into your form. Here is the article that explains how to insert the custom CSS - How-to-Inject-Custom-CSS-Codes

    .form-textbox.form-radio-other-input, .form-textbox.form-checkbox-other-input {
        margin-left: 0px !important;
        margin-top: 2px !important;
    }

    Here is the screenshot of how it should look after you add this code -

    65247 field alignments Screenshot 10

    Let us know if you require further assistance.