How can I minimize the space between blocks?

  • GWA_Fieldweeks
    Asked on March 7, 2019 at 4:14 AM
  • AndrewHag
    Replied on March 7, 2019 at 8:16 AM

    Could you please tell us which block you are referring to? I tested the form 81772753410355 and I didn't notice any gaps between fields. Are you referring to space above the paragraph marked in the screenshot below?

    1551963899chrome 4RmIv6lVjZ Screenshot 10

    You can reduce the space by adding the following custom CSS code:

    #cid_10{

      padding-bottom: 0px;

    }

    #id_12{

      padding-top: 0px;

    }

    1551964491chrome 7XXoxHpOb7 Screenshot 21

    Along with the code above you can also add this code if you wish to decrease more space:

    .form-header-group{

      margin-bottom: 0px;

    }

  • GWA_Fieldweeks
    Replied on March 7, 2019 at 8:43 AM
    Exactly the space is too big between blocks, I will try the CSS tomorrow and will let you know.
    Kind regards,
    Selma
    ...