How do I move [other] option text box upward?

  • coigis
    Asked on September 24, 2018 at 3:54 PM

    In my css, i tried to set the top margin to be negative, but no matter what values i put in, the box just won't move. Please help, thanks.

    Jotform Thread 1589947 Screenshot
  • Mike
    Replied on September 24, 2018 at 6:52 PM

    Please try the next CSS:

    label[for=other_19] {
    display: none !important;
    }
    .form-radio-other-input {
    max-width: 160px;
    margin-left: 3px;
    }

    How do I move [other] option text box upward? Image 1 Screenshot 20

    If you need any further assistance, let us know.