Align Image Vertically

  • lritter
    Asked on September 18, 2018 at 12:32 PM

    How do I align the logo below so it is center vertically between the lines and also aligned with the date field?

    1537288299screen shot Screenshot 10

    Jotform Thread 1583916 Screenshot
  • DonaldHag
    Replied on September 18, 2018 at 1:17 PM

    To align the logo vertically, inject the following CSS code into the form:

    #cid_94 {

      margin-top:10px !important;

    }

    I have cloned your form here and added the CSS: https://www.jotform.com/82605245271958


  • lritter
    Replied on September 18, 2018 at 2:46 PM

    That's strange. I see it worked in your clone, but I can't seem to make it work on the original. 

  • lritter
    Replied on September 18, 2018 at 2:47 PM

    Hold on. When I use:

    #id_94

    instead of #cid and it works...weird.

  • DonaldHag
    Replied on September 18, 2018 at 2:57 PM

    It should be added as #cid_94 as I used on my cloned form on the screenshot below:

    1537297017cid 94 Screenshot 10


  • lritter
    Replied on September 19, 2018 at 11:49 AM

    Check out these screen shots. There must be something in the code that's making this happen. Not a big deal. I got what I wanted.

    1537372129screen shot8 Screenshot 10

    1537372156screen shot7 Screenshot 21

  • DonaldHag
    Replied on September 19, 2018 at 1:04 PM

    That's odd indeed thanks for sharing. We shall look into it further and let you know what could be the issue. Am glad it is working with the CSS you added. For further assistance do let us know.