Hover text blocks a part of the field.

  • esdx256
    Asked on May 14, 2014 at 12:49 PM

    Some of the hover text blocks part of the field, how can you make it to show on the right of the the field.. please help.

    Jotform Thread 377256 Screenshot
  • Elton Support Team Lead
    Replied on May 14, 2014 at 3:16 PM

    Hi,

    Try to inject the following CSS codes to your form.

    .form-description {

    right: -250px !important;

    }

    This might help. Follow this guide: How-to-Inject-Custom-CSS-Codes

    If you see other hover text that are not displaying correctly, unshrink or expand the fields back since I can see that you're not using most of the fields into the same line. That's actually one of the purpose of shrink option, then adjust the right value on the above code e.g. 10px.

    Hover text blocks a part of the field Screenshot 20

    If you only want to adjust those hover text that covers the fields, let us know so we can provide you the required CSS codes.

    Thanks!

    Hope this helps!