How to align the hover text?

  • wtucker0092
    Asked on December 21, 2014 at 4:55 PM

    Because of my page width, the hover tips are off the right side of the page and are not readable.  Is there a way to move the hover text box toward the middle of the screen?

  • Ashwin JotForm Support
    Replied on December 21, 2014 at 10:42 PM

    Hello wtucker0092,

    The issue seems to be caused because of your form width on your web page. I believe reducing the width of your form line should solve this issue. Please inject the following custom css code in your form and see if that solves your problem:

    .form-line {

    width: 80% !important;

    }

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

    Hope this helps.

    Do get back to us if the issue persists.

    Thank you!