Why logo does not appear on mobile

  • Southburydems
    Asked on June 26, 2019 at 10:41 AM
  • Nik_C
    Replied on June 26, 2019 at 12:34 PM

    I inserted the CSS to your Custom CSS:

    @media only screen 

    and (min-device-width : 375px) 

    and (max-device-width : 667px) { 

    .form-all {

        margin-top: 42%!important;

    }

    }

    That should fix the problem. Please let us know how it worked.

    Thank you!

  • Southburydems
    Replied on June 27, 2019 at 6:16 AM

    I still do not see logo at top of form when accessing via mobile device. Your CSS fix doesn’t seem to be working. Any other thoughts?  Thanks for your help  

    Joel Wald

  • Richie JotForm Support
    Replied on June 27, 2019 at 8:28 AM

    Can you please try to use this CSS code,

    @media screen and (max-width: 480px) {
      .form-all::before {
        top: -0px !important;
        background-position: top center;
       
        position: inherit !important;
    }
    }

    If you need further assistance, let us know.