How do I change the position of hover text for a field, it is obscuring the date entry on the field

  • hilltopkennels
    Asked on July 29, 2015 at 4:20 AM

    Some fields, the hove rtext appears right over the field, obscuring the data entry section. Others, the hover text appears a long way away from the field so it looks strange. How do I change the position of the hover text relative to the field data entry area.

     

    Many thanks

  • Sammy
    Replied on July 29, 2015 at 5:21 AM

    Could you provide a link to the form in question so that we can be able to provide a more precise solution.

    Patiently awaiting your response

  • hilltopkennels
    Replied on July 29, 2015 at 5:25 AM
  • Sammy
    Replied on July 29, 2015 at 6:32 AM

    Hi Kindly try injecting the following CSS into you form, you can do so using the Designer tool and selecting the CSS tab

    .form-description {
    left: 220px!important;
    width:600px !important;
    }

    How do I change the position of hover text for a field, it is obscuring the date entry on the field Image 1 Screenshot 30

    How do I change the position of hover text for a field, it is obscuring the date entry on the field Image 2 Screenshot 41