Form:adjust image margin on text

  • dlsnelson
    Asked on March 30, 2018 at 3:51 PM

    I inserted a text field on Page 3 of my form over the top of the images. I'd like to shorten the vertical space between that text box and the image. H

  • Richie JotForm Support
    Replied on March 30, 2018 at 5:22 PM

    You can add these css codes into your form.

    #cid_155{
    margin-top: -60px;
    }
    #cid_164{
    margin-top: -60px; 

    }

    Guide:-How-to-Inject-Custom-CSS-Codes


    Here is a sample screenshot:

    Form:adjust image margin on text Image 1 Screenshot 20


    Let us know how it goes.