Hello Linda,
Thanks for writing to us.
To increase the line-height of the post title and gap between title and image you need to add this custom CSS code under X—>Theme Option -->CSS
The gap between image and title
.single-post .x-main .hentry .entry-featured {
margin-bottom: 50px;
}
Increase title line space
.single-post h1.entry-title {
line-height: 1.8;
}
Please feel free to change the line-height and margin-bottom value as per your design.
The purpose of providing the custom CSS to show you how to add CSS code to your site. Writing custom CSS is outside the scope of our theme support. If you need more customization, you need to learn CSS and learn how to use the browser’s element inspector.
Hope it helps.
Thanks