How to remove spacing between elements?

  • npapadmin
    Asked on April 27, 2018 at 5:44 PM

    I'd like to remove spacing for example between the top image header of the form and the paragraph directly below that reads:

    I/we recognize and am/are deeply thankful for the impact that NPAP has on
    our city and beyond, and hereby state my/our intention to name the National
    Psychological Association for Psychoanalysis in my/our estate plans. I/we
    understand that this commitment can be modified at any time.


  • Alexis_P
    Replied on April 27, 2018 at 6:26 PM

    Hello, 

    For remove spacing between the top image header and the paragraph, you can add this code to your CSS:

    #id_40 {

        margin-top : -40px;

    }

    Here is a guide -How-to-Inject-Custom-CSS-Codes 

    Hope this helps.

  • npapadmin
    Replied on April 27, 2018 at 6:55 PM

    Thank you much!