Enlarge the text entry for "Other" option

  • stan43
    Asked on April 25, 2019 at 12:43 PM

    Is it possible to enlarge the text entry field for the "other" option in the Multiple Choice  question type. This would be preferable to just scrolling the text when more than a few characters are entered.

  • Alan_D
    Replied on April 25, 2019 at 2:44 PM

    Yes, you can enlarge the other option by injecting this code into your CSS.
    input[type="text"].form-checkbox-other-input.form-textbox{
    width: 50%;
    }
    Enlarge the text entry for Other option Image 10You can change this width as you want.