Center Align Logo and text on same row

  • dakin2
    Asked on December 14, 2015 at 2:28 AM

    I am trying to align the logos and text on the first row of my form so the centers all line up in a row. Is there a way to do this? Basically I want the logo on the left to move down to be centered with the text in the center. Thanks!

  • Kiran Support Team Lead
    Replied on December 14, 2015 at 9:42 AM

    Please try injecting the following CSS to your JotForm to align the left image to middle of the row.

    #id_3 {

        margin-top: 60px;

    }

    The image should be aligned as shown below by using the above CSS code.

    Center Align Logo and text on same row Image 1 Screenshot 20

    Hope this information helps!