How to display two logo images where one is left aligned and the second one right aligned?

  • carynlee
    Asked on February 17, 2019 at 6:55 PM

    I'm trying to put 2 images (logos) on the top of a form with space between them so that one is left justified and the other is right justified.  How can I do this?  Can I put a blank space between them?    I've tried adding a text box without text, but it is too little.  How can I make it a width that works so that the images are symmetrical - one on the left and one on the right?


  • Ashwin JotForm Support
    Replied on February 17, 2019 at 11:51 PM

    I have injected the following custom css code in your form to display the logo image as per your requirement:

    li#id_358 {

        float: right;

        margin-top: 25px;

    }

    Please check the screenshot below of your form:   

    1550465453logo Screenshot 10

    Hope this helps.

    Do get back to us if you need any other changes.