Could you please provide a link to your site so we can have a look directly and see what template you’re using for your front page, etc.? Thanks!
Hello Kathryn, were you ever able to look at the padding space? I think it’s where the featured image used to be but I used CCS to remove it from individual posts.
Try removing this from your custom CSS:
.site-header {
margin-bottom: 100px;
}
Let me know if that does the trick!
Once again…thank you! It worked. I swear I’ve been searching the internet for the right code. Thank you again.
No worries! I used a browser inspector to see what CSS was adding that space, and noticed it was coming from your custom CSS. Browser inspectors are super useful for troubleshooting things like this for making other tweaks. You might like to take a look at a couple of tutorials, could be handy for the future:
https://thewc.co/articles/view/web-inspector-tutorial
https://dailypost.wordpress.com/2013/07/25/css-selectors/
http://dailypost.wordpress.com/2013/06/21/css-intro/
http://dailypost.wordpress.com/2013/08/29/css-matched-rule-pane/