Viewing 2 replies - 1 through 2 (of 2 total)
  • That’s the padding here:

    .entry-content, .entry-summary {
        padding: 1.625em 0 0;
    }

    Are you using Firebug to work with CSS questions like this?? It’s very helpful as it shows you which CSS is affecting areas/elements on a page and you can test changes right in the browser without having to make them in the actual code.

    Thread Starter Jill Ferguson

    (@jillfraser)

    Thank you very much, once again. I was using the Inspect Element function on Google Chrome but I couldn’t tell if it was entry-content or entry-header or other something else I need to change. I’ll try Firebug to see if it makes it any clearer for me.

    The code you have sent me makes sense now.

    Thanks.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Remove White Space Below Page Title’ is closed to new replies.