My Hover text boxes are wider than my form

  • webcola
    Asked on July 12, 2016 at 2:46 PM

    Hello,

     

    how can I make my hover text box stay in line with the borders of my form?

     

    Thanks!

    Holly

  • David JotForm Support Manager
    Replied on July 12, 2016 at 3:20 PM

    I believe you are referring to this:

    My Hover text boxes are wider than my form Image 1 Screenshot 20

    To solve it, inject the following code: http://www.jotform.com/help/117-How-to-Inject-Custom-CSS-Codes 

    .form-line,.form-line-active {

        width: 465px !important;

    }

    Let us know if you need more help.