Viewing 2 replies - 1 through 2 (of 2 total)
  • Hello,

    There seems to be two things going on here. The header margin isn’t causing a lot of space… there is an empty <p> element at the beginning of the page content that is causing space.

    You really need to find that <p> and remove it. The other option is to add a negative margin to your title to compensate. You could do that by placing this in you stylesheet.css file (or theme custom css file if you have one)
    #content h1:first-of-type {margin:0px 0 -25px;}
    Hope that helps:)

    Thread Starter considerthis1

    (@considerthis1)

    Hi Josiahmann,

    Wow, thank you. I didn’t think to look in the Text view. After your suggestion, I did. Sure enough. I removed it.

    I can’t see the change, but I think that has to do with the cacheing thing.

    Thank YOU very much.

    Karen

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘How do I reduce the space above and below page titles?’ is closed to new replies.