Hey there!
You need to override the default css on line 797 on the style.css file with this:
.site-main {
padding-top: 0;
}
this will reduce the gap a bit.
But also there is an empty <header> element on your page, overriding the style.css file on line 1877 with:
.entry-header {
margin-bottom: 0;
}
“Where” you add the CSS is important – you should try not to add it to the style.css – just in case you need to update or re install your theme, as you’ll lose the custom css code you added.
So use a plugin like:
https://wordpress.org/plugins/simple-custom-css/
or something with some awesome features that will help you also learn CSS on the way is:
https://wordpress.org/plugins/so-css/
Hope this helps!
Jakson
Thread Starter
Chris
(@cutcabletoday)
That did the trick. Much appreciated!
Hey, no worries,
Don’t forget to mark this topic as “resolved” if everything sorted?
Best of luck with you’re WordPress project!
Jakson