Reduce empty space in form ( background )

  • justonline
    Asked on July 9, 2015 at 8:21 AM

    How can I reduce the empty space ? So that the titel starts directly as you can see below

    Thanks a lot

    Reduce empty space in form ( background ) Image 1 Screenshot 20

  • Charlie
    Replied on July 9, 2015 at 9:58 AM

    Hi,

    You can do that by using this custom CSS code in your form:

    #text_10 > p {

        padding-top : 0px !important;

        border-top : 0px !important;

        margin-top : 0px !important;

    }

    .form-all {

        padding-top : 0px !important;

    }

    Here's a screenshot, you can paste that code under the CSS tab in your Form Designer Tool.

    Reduce empty space in form ( background ) Image 1 Screenshot 20

     

    Let us know if that works. We'll wait for your response.