How to remove the top margin of my form

  • candycartons
    Asked on May 30, 2016 at 2:50 PM

    See attached screen shot. What is the best way to eliminate the huge blank top magin at the top of my form when viewing from mobile? (Scree shot taken with Samsung Galaxy SIII).

    Jotform Thread 850000 Screenshot
  • Elton Support Team Lead
    Replied on May 30, 2016 at 3:06 PM

    Inject this CSS codes to your form. This should get rid of the huge spacing on top of your form when viewed on mobile.

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

    .jotform-form{padding:0;}

    .form-all {padding-top: 0;}

    li#id_8 {display: none;}

    }

    Guide: https://www.jotform.com/help/117-How-to-Inject-Custom-CSS-Codes (paste it into the bottom section)

    Expected result:

    How to remove the top margin of my form Image 1 Screenshot 20

    If you need further assistance, let us know.

     

  • candycartons
    Replied on May 30, 2016 at 3:39 PM

    Merci!!!