Form: center form and show logo

  • theharrogateweddinglounge
    Asked on April 10, 2018 at 12:32 PM

    Hi, 


    I have followed the steps on your FAQ and added a CSS code to centre my form however while this helps to centre my form it takes away my logo at the top of the form. Please can you assist?

    Jotform Thread 1440524 Screenshot
  • Richie JotForm Support
    Replied on April 10, 2018 at 1:18 PM

    Maybe we can make your logo go in front of your form.

    Try adding this css code.

    .form-all:before {
        top: -81px!important;/*you can adjust the margin of your logo*/
    }

    Guide:-How-to-Inject-Custom-CSS-Codes

    Screenshot:

    Form: center form and show logo Image 1 Screenshot 20


    Let us know how it goes.