Hey there Wyandotte,
Hope you’re well today!
This can be done by adding some custom CSS. Try adding the following CSS code in the style.css file of your child theme or add it in your site using the following plugin:
http://wordpress.org/plugins/simple-custom-css
.site-content .entry-content h1, .site-content .comment-content h1, #tinymce h1, .site-content .entry-content h2, .site-content .comment-content h2, #tinymce h2, .site-content .entry-content h3, .site-content .comment-content h3, #tinymce h3 {
margin-top: 0;
}
This should reduce the space below the title and the content.
Hope this helps 🙂
Best regards,
Bojan
Hello Bojan thanks for trying to help me out. Unfortunately it seems it was technically beyond my skills currently and I managed to cause a fatal error. I guess I’ll have to live with it for now.
Best regards
Clare
Hey again Clare,
Sorry to hear you’re having issues making modifications on your site 🙁
Adding custom CSS should never cause fatal error, it could create your front to look weird and funky but that should be it. How did you add the code to your site?
I’ve tested the plugin I mentioned in my previous post with Expound theme since the theme has no custom CSS tab and everything worked just fine, you could try adding the code there, once the plugin is installed and activated you can add the code in Appearance >> Custom CSS.
Have a good weekend 🙂
Cheers,
Bojan