Hover Message gets cut off without scrolling. How do I move it to the left?

  • jf1022
    Asked on January 2, 2017 at 9:16 PM
    Hover Message gets cut off without scrolling. How do I move it to the left?
  • Kevin Support Team Lead
    Replied on January 2, 2017 at 11:12 PM

    I have checked your form and I can see the hover text currently displays like this: 

    Hover Message gets cut off without scrolling Screenshot 20

    However, if you want to change the hover text position you can do it by using the class ".form-description", but do note that this will affect all the hover texts you have added in your form, if you're planing to use only one then this should work, otherwise you will need to apply one per field: 

    .form-description {

        right: 7px;

        top: 6px;

    }

    Changing the right and top values should help you to change the position, you could also customize the hover text as you would like it to display. 

    This guide will help you to inject the code to your form: How-to-Inject-Custom-CSS-Codes

    If you have any question, let us know.