Place my logo and my business info on the top page of the form

  • fdscorp2008
    Asked on April 19, 2023 at 3:58 AM

    I'd like to place my logo and my business info on the top page of the form. I added an image field on top of the heading field but can't get it aligned. Is there a way to put them both in the same field and align the text to the right?


  • Clara JotForm Support
    Replied on April 19, 2023 at 4:35 AM

    Hi Mario,

    Thanks for reaching out to Jotform Support. If you're referring to aligning your text, yes, you can align your logo image and the text, easily. It's really easy Let me walk you through it:

    • Copy the code below:
    #stage .form-html h2{
     position:relative;
     left:0px;
     bottom:-82px;
    }
    • In Form Builder, click on the Paint Roller icon on the right side of the page to open Form Designer.
    • In the Form Designer menu, click on the Styles tab, scroll down, and paste the code into the Inject CSS Code box.
    • Click on Save at the bottom of the Form Designer menu and you’re done.1681893294 643fa7aed7a1a  Screenshot 10

    Give it a try and let us know how it goes.