Adjust position of Hover Text

  • StadiumAB
    Asked on November 4, 2014 at 9:24 AM

    If you take a look at my form here at the question "Anställd 1" you can see that my hover text goes across the field "procent" which means that a less skilled computer user finds it difficult to write something in that column. How can I fix the Hover text-alignment so it is more to the right so that it won´t cover any of the boxes?

     

    Link: http://submit.jotformpro.com/43031894359965/

     

    Regards jonathan

  • Charlie
    Replied on November 4, 2014 at 10:36 AM

    Hi,

    If you would like to move the "Hover Text" to the right, so that the user filling out the form won't be having problems, you can use this code:

    .form-description {

        position : absolute;

        right : -150px;

    }

    This will move the hover text to the farther right, you can increase the value of the "right" to move it farther.

    Adjust position of Hover Text Image 1 Screenshot 30

     

     The change should look like this.

    Adjust position of Hover Text Image 2 Screenshot 41

     

    I hope this helps. Let us know if this works for you.

    Thanks.