hover text is blocking field questions

  • layne_y
    Asked on June 14, 2019 at 11:53 AM

    1560527598Screen Shot 2019 06 14 at 11 Screenshot 10


  • Richie JotForm Support
    Replied on June 14, 2019 at 2:05 PM

    You may use custom CSS to adjust your hover text's position.

    Kindly try these custom CSS


    #id_20 div.form-description{
    margin-top: 50px;
    }

    #id_21 div.form-description{
    margin-top: 20px;
    }


    Guide:https://www.jotform.com/help/117-How-to-Inject-Custom-CSS-Codes

    Please give it a try and let us know how it goes.