The Other field in Radio button is too narrow

  • helfung
    Asked on August 18, 2015 at 11:35 PM

    How do I make the Other field wider? All the other parts of my form are a normal width, just this one seems super skinny, and you can't see any text that's typed into it. 

     

    The Other field in Radio button is too narrow Image 1 Screenshot 20

     

  • Sammy
    Replied on August 19, 2015 at 4:28 AM

    Kindly add the following CSS snippet using the designer

    .form-checkbox-other-input.form-textbox {
        height : 20px !important;
    }

    The Other field in Radio button is too narrow Image 1 Screenshot 30

    The Other field in Radio button is too narrow Image 2 Screenshot 41

  • helfung
    Replied on August 19, 2015 at 4:57 AM

    Thanks so much, Sammy! It looks much better now. :D Cheers!