Changing the size of the hover box

  • astagliano
    Asked on August 31, 2017 at 3:42 PM

    How do I change the size of the hover box and how can I move it closer to the question?

     

    Thanks

    Priscilla

  • TREVON
    Replied on August 31, 2017 at 4:48 PM

    To move the hover closer to the question, kindly inject the CSS code below to your form.

    .form-description {
        z-index: -absolute;
        width: 200px;
        right:1px;
        max-width: 280px;
        top: 3px;
        border: 4px solid #ccc;
        -webkit-border-radius: 6px 6px;
        -webkit-box-shadow: 0px 2px 4px #666;
        -moz-border-radius: 6px 6px;
        -moz-box-shadow: 0px 2px 4px #666;
        border-radius: 6px 6px;
        box-shadow: 0px 2px 4px #666;
        background: #f5f5f5;
        white-space: normal;
    }
     Below is a link on how you can inject CSS to your form

    https://www.jotform.com/help/117-How-to-Inject-Custom-CSS-Codes

    Kindly feel free to let us know in-case you need further assistance