Reposition the Hover text

  • winnipegcanoerentals
    Asked on October 26, 2016 at 5:02 PM

    I have inserted hover text in one of my forms but only half of the hover text shows up and the rest is cut off. How can I adjust that?

     

    <script src="https://form.jotform.com/jsform/60243955831962" type="text/javascript"></script>

     

     

  • jonathan
    Replied on October 26, 2016 at 10:21 PM

    I see you were referring to the embedded form https://www.jotformpro.com/form/60243955831962

    on your website 

    Reposition the Hover text  Image 1 Screenshot 20

     

     

    Perhaps moving the Hover text more to the left will fix it already.

    Try adding this custom CSS to your form

    .form-description {

        right: 72px !important;

    }

     

    Let us know if this did not resolve it.

    Thanks.