Hover text is partially hidden in mobile devices.

  • hvanrensburg
    Asked on April 12, 2017 at 3:04 AM

    Hi,

    Jot support, I'm experiencing issues in making the hover on form responsive, it's flowing outside the screen. Please recommend appropriate code.

     

    Looking for your kind reply

    Many thanks

    Jotform Thread 1117219 Screenshot
  • Ashwin JotForm Support
    Replied on April 12, 2017 at 4:12 AM

    Hello,

    Please inject the following custom css code in your form and see if that solves your problem:

    @media screen and (max-width: 480px){

    .form-description {

        right: 6px !important;

    }}

    The following guide should help you how to inject custom css code in form:  https://www.jotform.com/help/117-How-to-Inject-Custom-CSS-Codes

    Hope this helps.

    Do get back to us if you have any questions.

    Thank you!