How can I remove spacing around items in form?

  • krista_cma
    Asked on November 1, 2016 at 12:36 AM

    How can I remove spacing around items in form? Image 1 Screenshot 20

    Remove excess spacing between bottom of roof image and "INITIAL PREFERRED BUILDER..." which is a header. I could use a subheader, but I am unable to add a line breaks.

    Remove excess spacing between ..."...REGISTERED BUYER" (bottom of header wording) and the next section which is TEXT.

  • candy
    Replied on November 1, 2016 at 3:20 AM

    Hello,

    I've cloned your form and checked on my side in order to test. You can inject the following CSS codes into your form to reduce spacing between the elements:

    .form-header-group {

        border-top: none;

        margin: 0;

        padding: 0px 0;

    }

    .form-line{

    padding: 0px 0;

    }

    If you want to arrange spacing, you can change the padding field of the codes. For example, you can write 10px instead of 0px if you prefer.

    Please find the new version of your form with CSS codes below:

    How can I remove spacing around items in form? Image 1 Screenshot 20

    If you need further assistance, do not hesitate to contact us.

    Thanks.