Can I add a logo ON to the Blue Envelope theme?

  • MCCJAY
    Asked on November 18, 2016 at 4:06 PM

    Hello,

     

    When using the blue envelope theme is there a way I can add a logo to the bottom of the envelope its self? I know I can add it to the form but I wanted to see if I can add it on to the envelope itself.

     

    Thanks! Loving this site!

  • David JotForm Support
    Replied on November 18, 2016 at 6:30 PM

    It would require positioning the image over the envelops.  For example, if you wanted to move your header to the bottom of the form below the submit button, then move that even lower with CSS, you would add this code to your form:

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

    #cid_9 img.form-image {
        padding-top : 70px;
        position : absolute;
    }

    That, in addition to a couple other tweaks would produce the following form:

    https://form.jotform.com/63227496690970

    You can clone it to your own account if you would like:

    https://www.jotform.com/help/42-How-to-Clone-an-Existing-Form-from-a-URL

    If that is now what you were looking for, let us know and we will be happy to assist you further.