Logo not appearing correctly

  • eonlineteam
    Asked on June 18, 2019 at 8:54 AM

    I changed the logo in one of our JotForms and it looks fine in the Form Builder but it appears on the actual form as being crooked. How can we correct this?

    Jotform Thread 1860777 Screenshot
  • BJoanna
    Replied on June 18, 2019 at 10:15 AM

    Please add the following CSS code to your form to resolve the issue:

    .form-all:before {

        transform: none!important;

    }

    How to Inject Custom CSS Codes

  • eonlineteam
    Replied on June 18, 2019 at 1:59 PM

     That worked. Thank you!