Reduce the gap

  • angiemarlow4
    Asked on March 9, 2021 at 1:18 PM
    I was the “I understand” tick box close to the details above it but there seems to be quite a big gap? Any idea how I can make it closer?
  • Alexander_G
    Replied on March 9, 2021 at 1:40 PM

    Hello,

    Thanks for your question.


    I have cloned and tested one of your form (210483896777372) and reduced the gaps using the CSS code below:


    Kindly, copy this code and inject it into your form to reduce the gaps:

    Guide: 👉 How-to-inject-custom-css-codes

    #input_97_0, label#label_input_97_0 {
      position: relative !important;
      margin-top: -20px !important;
    }
    #input_98_0,label#label_input_98_0 {
       position: relative !important;
      margin-top: -50px !important;
    }


    Result (Please, check the result in preview):

    1615314967 6047c01735119  Screenshot 10


    If you have any further questions - we are happy to help you. 😊

    Thanks,

    Alex