How do I remove some spacing between the header/text and the field/label below it

  • 4rreeaall
    Asked on June 12, 2014 at 6:31 PM

    I don't like the extra spacing between the text, "Email This Info To Yourself," and the "Email" label below it. How do I remove some of this space without adjusting the spacing between all the labels/fields?

  • Elton Support Team Lead
    Replied on June 12, 2014 at 9:44 PM

    Hi,

    Inject the following CSS codes to your form. This should get rid of the space between the email label and its field.

    #text_8 p {

    margin-bottom: 0;

    }

    Guide: How-to-Inject-Custom-CSS-Codes

    Result:

    How do I remove some spacing between the header/text and the field/label below it Image 1 Screenshot 20

    Let us know if I have missed something. Thanks!

  • 4rreeaall
    Replied on June 12, 2014 at 9:53 PM

    Perfect! Thank you so much!

     

    Your customer service spoils us!