Kelly –
This is the CSS I am seeing for this area:
.recent_news {
max-width: 1200px;
background: #fff;
text-align: center;
margin: 0 auto;
padding-top: 60px;
}
There is a top padding of 60px. Set this to 0 and you’re good to go π
You can do so by adding this to the Additional CSS area in the Customizer:
.recent_news {
padding-top: 0;
}
And if you want this to apply to only the home page, then install Tom’s Simple CSS plugin and add the CSS to the CSS meta box on the home page π
Cheers!
Lyle