Image heading is now small on mobile device

  • Sarahmale
    Asked on March 16, 2017 at 9:17 PM

    https://form.jotform.co/70637449343865

    Hi, my logo is now showing very small on my mobile device. I'm not sure what I have done but it was perfectly formatted before?

  • Chriistian Jotform Support
    Replied on March 17, 2017 at 2:54 AM

    Hi,

    Please inject this custom CSS on your form so that the header image will not appear smaller on mobile view:

    @media only screen and (max-device-width: 540px) {

    .header-logo {

    width: 50%;

    }

    }

    Here' s the guide on How to Inject Custom CSS Codes.

    Result:

    Image heading is now small on mobile device Image 1 Screenshot 20