I do have the same issue!
For instant I create a post with title: “Welcome to this page”.
Then I write a descritption about the page: “we are very pleased to have you here, etc.”
The problem with this template is that the white space between “Welcome to this page” and “we are very pleased to have you here, etc.” is very important.
Is it possible to fix it?
Thanks in advance
Go to Customize > Additional CSS > and paste this code:
.single-post .post-header { padding: 27px 28px; }
.single-post .post-content { padding: 28px; }
-
This reply was modified 7 years, 6 months ago by
journeyguy.
Bingo! Thanks.
For your encore, any chance you could show how to do the same thing on the list of posts: the same thing applies there (ie excessive white space between title & content).
What list of posts? The main page?
Try this:
.post-header {
padding: 8% 10% 4%; }
Thanks! Tightened it up bit more, replacing 4% by 5px