Unwanted gap

  • CTec
    Asked on July 9, 2015 at 11:30 AM

    Hi and thanks in advance.

     

    I'm trying to get rid of a gap at the top of my form with no luck - please see image with gap highlighted in yellow.

    Unwanted gap Image 1 Screenshot 20

  • Sammy
    Replied on July 9, 2015 at 1:34 PM

    Kindly try injecting the following CSS into you form

    .form-all {
     margin-top:-40px;
    }

    Unwanted gap Image 1 Screenshot 20