How do I place 2 logos side by side?

  • ccoltd
    Asked on August 2, 2016 at 11:59 AM

    Hi there - I have 2 logos at the top of this jotform - https://eu.jotform.com/?formID=62144747892364

    Is it possible to have them side by side rather than 1 on top of the other?

     

    Thanks

    Rob

  • Kiran Support Team Lead
    Replied on August 2, 2016 at 1:20 PM

    I see that you are using Header on your form to display the images. Please use Image field to display the image so that you can align two image fields in a row. Please see the screencast below that can help you in this regard.

    How do I place 2 logos side by side? Image 1 Screenshot 20

    Here is the CSS code to be injected to the form to align the second image to the middle.

    #id_33 {

    margin-top: 65px;

    }

    Hope this information helps!