Hover Text: Overlapping fields in Mobile view

  • Strategy1st
    Asked on January 23, 2018 at 1:29 PM

    Hi, is it possible to fix this issue with Hover Text overlapping fields in Mobile view?

    Jotform Thread 1359308 Screenshot
  • aubreybourke
    Replied on January 23, 2018 at 2:31 PM

    Yes its possible.

    For example:

    1516735841The Easiest Online Form Builde Screenshot 10

    Now the field is no longer obstructed.

    Add this CSS code to the bottom:

    .form-description {

    top: -40px !important;

    }

  • Strategy1st
    Replied on January 23, 2018 at 5:14 PM

    Great - thank you!