I have other hover text I want to move closer

  • VickiH
    Asked on December 31, 2016 at 10:07 PM

    I have other hover text I want to move closer.  Is there a different id for those? If so, how do i find the id?  I want the hover text for the Total Discount and Non AERC member closer

    https://form.jotform.com/VickiH/hoth2017 

  • Jan
    Replied on January 1, 2017 at 10:21 AM

    I checked this form (https://www.jotform.us/form/70003951407144) and I can see that you already managed to get the field ID or the selectors. In your form, you already injected this custom CSS:

    #id_28 .form-description {
       right : -137px !important;
    }

    #id_30 .form-description {
       right : -137px !important;
    }

    I have other hover text I want to move closer Image 1 Screenshot 20

    If you need further adjustments in regards to the position of the hover text, please let us know.

    Hope that helps. Thank you.

  • VickiH
    Replied on January 1, 2017 at 10:33 AM

    I did inject those but they are still too far away.  Should I change the 137px to a lesser number?

    Thanks

  • Jan
    Replied on January 1, 2017 at 12:13 PM

    Yes, the lesser the value the closer it will be.

    #id_28 .form-description {
      right : -120px !important;
    }

    #id_30 .form-description {
      right : -120px !important;
    }

    Hope that works. Thank you.