How to Adjust Padding Between Sections on Page

Hello There,

I’m looking to reduce the white space between sections on a website I’m building. The padding between the sections is a bit too much. How can I adjust the padding in the CSS? I have seen a couple pieces about how to adjust the code, but it seems that it may be section specific. How do I get the ID for those sections and then adjust the padding accordingly?

Please reply and I will private link the website.

Thank you.

Hey there

Please provide link to the page and i will take a look

Here are the links for the site:

http://atgimagemgt.com/

http://atgimagemgt.com/the-atg-mission/

Thank you so much for your help.

Jeffrey

hey there

Please add this CSS in appearance - customize - additional CSS

.ewf-section {
padding: 20px 0px;
}

Thanks!
Colorlib Support Team