Hover text is clipped and not displayed completely

  • jdlebon
    Asked on February 9, 2016 at 11:57 AM
    Problem #2 is that my Hover text is clipped as you can see on the screenshot/image below. I tried adding some custom CSS (just cut-and-paste from another forum thread) but it doesn't solve the problem and I don't want to mess around with it in case I make it worse!
  • Kevin Support Team Lead
    Replied on February 9, 2016 at 1:45 PM

    Remove all the code that you have added, inject this one instead: 

    .form-description{

        right: 80px;

    }

    It should display the hover text properly.

    Hope this helps.