Mobile view cut off on embedded form

  • stageright
    Asked on April 30, 2016 at 12:52 PM

    Hi there-

    Whenever I view the mobile version of this- the 'Submit' button isn't appearing. Any help would be very appreciated! Thank you!

    Taryn

  • Mike
    Replied on April 30, 2016 at 1:26 PM

    I have added the next CSS to you form in order to fix the height issue on mobile view.

    @media only screen and (max-device-width: 550px) {
    .form-all {
    min-height: 4850px;
    }
    }

    Mobile view cut off on embedded form Image 1 Screenshot 20

    Please re-check the form now. Thank you.

  • stageright
    Replied on April 30, 2016 at 1:31 PM

    Hey Mike- I appreciate your help, but that is already in there. 

  • stageright
    Replied on April 30, 2016 at 1:33 PM

    Nvm- I didnt press refresh:) You rock! Thank you!

     

  • stageright
    Replied on April 30, 2016 at 1:34 PM

    It still didnt fix it on a tablet view though- any suggestions on that?

  • Elton Support Team Lead
    Replied on April 30, 2016 at 2:28 PM

    @stageright 

    I have fixed it for you. I have updated my colleague's CSS codes that is injected in your form from (max-device-width: 550px) to 768px so it target tablet devices too.

    Hope this helps!