The logo alignment got broken

  • form_factory
    Asked on April 15, 2018 at 11:01 AM

    Here's the form I've been working on - https://form.jotform.me/81042522215443

    I want the logo to be center aligned. I've selected "Center" as alignment option of the logo but doesn't seem to work.

    Please help me fix the problem.

    Thank you.

  • Welvin Support Team Lead
    Replied on April 15, 2018 at 11:40 AM

    Inject the following custom CSS codes to your form:

    .form-all:before {


        display: block;


    }

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


    I would also like to mention that our form cannot be used for website logins. I would suggest creating this demo, if this is the purpose of the form, elsewhere. 

  • turnerwoods
    Replied on April 15, 2018 at 12:21 PM

    Great!