Logo overlapping with other form elements

  • zipsockids
    Asked on August 24, 2020 at 11:07 PM

    2) Unfortunately I found on another issue

    On the next page it seems like below, could you please help to fix this?

    1598318722스크린샷 Screenshot 10

    Thanks

  • Sonnyfer JotForm Support
    Replied on August 24, 2020 at 11:20 PM

    Hi - I'm currently checking your form. Kindly allow me some time to run some tests on my end. I will get back to you shortly.

  • Sonnyfer JotForm Support
    Replied on August 24, 2020 at 11:53 PM

    Thanks for your patience.

    It looks like the % is causing the issue on your form's second page so I changed it to a fix number. Please replace your form's CSS code with the one below:

    @media screen and (max-width:480px){

      .form-all:before {

        top: -120px !important; 

        background-size: auto 70px;

      }

    }

    Guide: How-to-Inject-Custom-CSS-Codes 

    RESULT:

    1598327587pah2 Screenshot 10

    Give it a try and let us know if you need further assistance.

  • zipsockids
    Replied on August 26, 2020 at 3:05 AM

    Thank you, apparently It works well.


    Thanks.