Top field being cut off when my site is viewed on a mobile device

  • standoutcv
    Asked on April 9, 2015 at 4:03 AM

    Hi

     

    I recently asked for help removing a big space from the top of my form and somebody kindly provided me with a code to fix this

     

    It worked great on desktop but on mobile - the top of the 1st entry field is cut off

     

    If anyone could show me how to fix this, I would be most grateful

     

    Thanks

     

    Andrew

  • raul
    Replied on April 9, 2015 at 10:55 AM

    You can add the text: "Upload your CV below and our professional CV writers will undertake a Free CV Review: " to the form so it's handled there and also you need to modify the first line of the injected CSS code you have in it (the one that refers to .jotform-form class) to the following:

    .jotform-form {padding: 0 !important;}

    This should be the result:

    On Desktop:

    Top field being cut off when my site is viewed on a mobile device Image 1 Screenshot 30

    On mobile:

    Top field being cut off when my site is viewed on a mobile device Image 2 Screenshot 41

    You can see a cloned version of your form with the mentioned changes here: http://form.jotformpro.com/form/50984179087974 feel free to clone it to your account if you want to.