Hover text not centered on form

  • max123jot
    Asked on December 12, 2016 at 6:11 PM

    image143 is hover text

    how cn i manipulate the loction of the hover image so it shows completely on the form

    thanks

  • Charlie
    Replied on December 12, 2016 at 11:55 PM

    Hi,

    Are you referring to this:

    Hover text not centered on form Image 1 Screenshot 40

     

    The table only shows when you hover on the image, is that the behavior you are expecting? Or do you wish to just embed the image on the form on a fixed manner so that it always displays?

    You can embed the image by using the "Image" field:

    Hover text not centered on form Image 2 Screenshot 51

     

    So that your users do not need to hover if they want to see the table. 

    If you wish to position the hover text image that you have like this:

    Hover text not centered on form Image 3 Screenshot 62

    You can use this custom CSS code instead:

    #id_140 > div.form-description {

        position: absolute!important;

        right: -550px !important;

        max-width: 600px !important;

        top: 6px !important;

    }

    I hope that helps.