How can I center an image above the text in a header?

  • JEFWM
    Asked on February 23, 2015 at 9:51 AM

    Our logo is always centered in the header. It carried over from FormsCentral in our forms as centered. I had to reload the image because it wasn't clear. Now, I can't figure out how to center it in the header above the document title.

  • Kiran Support Team Lead
    Replied on February 23, 2015 at 10:41 AM

    Using the header tool on the form builder, unfortunately we can align the image either left or right only. However, you can use our Image tool to separate the logo and header text so that you can align them to center.

    How can I center an image above the text in a header? Image 1 Screenshot 20

    Hope this information helps. Please let us know if you need any further assistance. We will be happy to help.

  • Kiran Support Team Lead
    Replied on February 23, 2015 at 10:49 AM

    I was able to align the center the image on the header itself by tweaking some CSS code. You may also try injecting the following CSS code to your JotForm by following the guide 

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

    .header-text, .header-logo {

    display : block !important;

    }

    This is how it looks like :

    How can I center an image above the text in a header? Image 1 Screenshot 20

    Hope this information helps. Thanks!