using check box and issue with other

  • OSTA2015
    Asked on February 17, 2016 at 10:05 AM

    i am using the check box and when i allow for other the box does not align with check box but bellow it how do you get it to align to the check box, see attached

    Jotform Thread 774319 Screenshot
  • Huberson
    Replied on February 17, 2016 at 12:44 PM

    The width of the Checkbox added to the  Textbox is a bit larger than the container, causing it to jump to above. Inject bellow CSS code into form.

    .form-radio-other-input,

    .form-checkbox-other-input{

        width:100px;

    It should align both Textbox and Checkbox.

     

    Thanks!