hover text position for a field is way off

  • stormingrobots
    Asked on February 8, 2018 at 8:28 AM

    1518096313num Screenshot 10

    I tried to set the form-description for this particular field, but no luck. Please advice. 


    #id_200 .form-description {

        // I have tried various fields, right, left, absolute, etc.  

       ... 


  • Marvih
    Replied on February 8, 2018 at 10:46 AM

    Try changing the boxed code below

    hover text position for a field is way off Image 10

    Into this one:

    #id_200 div.form-description {

        position : absolute !important;

        left : 100px!important;

        width : 50px!important;

        background-color : rgba(200,200,20

        0,.35);

        border : 1px solid #cefece;

        font-size : 13px;

    }

    Let us know if you need further help.