How to display the logo on my form properly?

  • biseltech
    Asked on April 23, 2019 at 4:06 PM
    1- my logo/form is distorted on cell phone
    2- my logo is too small on the form all together
    I need some help to optimise my form
  • Kevin Support Team Lead
    Replied on April 23, 2019 at 4:33 PM

    Try injecting the following CSS code: 

    .form-all:before {

        background-size: contain !important;

        height: 150px !important;

    }

    This guide will help you doing so: https://www.jotform.com/help/117-How-to-Inject-Custom-CSS-Codes 

    I hope this helps.