Hover Text: Blocking input table

  • mgalkovsky
    Asked on February 19, 2018 at 8:36 AM

    When input table on a single page form has a tooltip, the tooltip blocks the user from entering values. In the screenshot includes, I could never put values in the first 3 rows because the text box is blocking them.


    1519047335Screen Shot 2018 02 19 at 14 Screenshot 10

  • aubreybourke
    Replied on February 19, 2018 at 10:24 AM

    Can you please provide the Form URL?

    Where-to-Find-My-Form-URL

  • mgalkovsky
    Replied on February 19, 2018 at 11:43 AM

    https://form.jotformeu.com/80492821960359

     
     
    ...

     
     
     
  • aubreybourke
    Replied on February 19, 2018 at 12:23 PM

    OK using CSS you can modify the co-ordinates of the hover text. We can shift it 200 pixels to the left:

    .form-description{
    left: 200px !important;
    }

    How-to-Inject-Custom-CSS-Codes


    It will look like this:

    15190609302jyzl Screenshot 10