"Hover text" is covering some text of form questions.

  • omaralraee
    Asked on May 7, 2017 at 5:29 AM

    I have changed my form position to the opposite side just to appropriate it with Arabic language, but i still have a problem with "Hover text" as it covers my question. (attached a screenshot)

     

    Is there any possibility to adjust it by moving it to the left side? 

    Jotform Thread 1138222 Screenshot
  • Ashwin JotForm Support
    Replied on May 7, 2017 at 6:33 AM

    Hello omaralraee,

    Please inject the following custom css code in your form to re-align the hover text:

    .form-description {

        top: -5px;

        right: 135px;

    }

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

    Hope this helps.

    Do get back to us if you have any questions.

    Thank you!

  • omaralraee
    Replied on May 7, 2017 at 1:30 PM

    Thank u very much! It was really a great help! grateful:)