• Resolved OwenWatson

    (@owenwatson)


    The space between an article’s title and the body seems excessive. Any clues on how to correct it?

Viewing 8 replies - 1 through 8 (of 8 total)
  • 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

    journeyguy

    (@journeyguy)

    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 6 years ago by journeyguy.
    Thread Starter OwenWatson

    (@owenwatson)

    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).

    journeyguy

    (@journeyguy)

    What list of posts? The main page?

    Thread Starter OwenWatson

    (@owenwatson)

    journeyguy

    (@journeyguy)

    Try this:

    .post-header {
    padding: 8% 10% 4%; }

    Thread Starter OwenWatson

    (@owenwatson)

    Thanks! Tightened it up bit more, replacing 4% by 5px

    journeyguy

    (@journeyguy)

    You’re very welcome!

Viewing 8 replies - 1 through 8 (of 8 total)
  • The topic ‘Excess white space’ is closed to new replies.