Aligning Questions when using "other"

  • watchhelp
    Asked on February 11, 2016 at 3:13 PM

    Hello Jotform!

     

    I am looking for a work around and / or to report a bug.

    On our form I added an option for "Other" I provided a screenshot below but could not make it come thru clearly...

    Aligning Questions when using other Image 1 Screenshot 20

    It seems the other field takes up more space and thus pushes the item below it down. To fix it I moved the label to the left while having to leave the question to its right with the label on top...no elegant but it worked.

    Can this be fixed? Or can a field be added, something like horizontal line or section break which would also solve the same problem...?

    Thanks!

    Mark 

    Jotform Thread 770312 Screenshot
  • Kevin Support Team Lead
    Replied on February 11, 2016 at 8:06 PM

    The fields are being currently displayed like this:

    Aligning Questions when using other Image 1 Screenshot 20

    As far as I can understand, the issue is with the "other" field, it's being moved one line below the radio button.

    If I'm correct, this could be fixed by decreasing the width of the text box, just inject this CSS code: 

    .form-radio-other-input,

    .form-checkbox-other-input{

        width:100px;

    }

    Change the value if needed.