Move the Tooltip closer to the Form fields

  • WISSF
    Asked on March 20, 2019 at 1:36 AM

    Why do the tooltops appear so far away from where they belong on this form?

    Jotform Thread 1766051 Screenshot
  • roneet
    Replied on March 20, 2019 at 3:51 AM

    To move the Hover text closer, you may inject the following CSS code in the Form Designer.

    #id_78 > div:nth-child(3){
    right:-160px!important;
    }

    #id_77 > div:nth-child(3){
    right:-160px!important;
    }

    #id_82 > div:nth-child(3){
    right:-160px!important;
    }

    If you want to make the Hover text more closer then decrease the value in the right property.

    Let us know how it goes.

    Thanks.


  • WISSF
    Replied on April 4, 2019 at 8:19 PM

    Thank you tthis seems to help. Although it is both curious and annoying that the default styling is so... wrong.