Space Around Post Title in Pilcrow Theme

  • Hi there!

    I noticed that the space between my post titles and content varies between my main page and when I click on an individual post. I would like to match the space on the main page. Might anyone have any suggestions on how to do this?

    I would also like to decrease the font size at the top of the individual post page, where it links to previous posts and says “jump to comments.” How could I make this match the widget font size?

    Thank you so much for any suggestions!

    -Sarah

    The blog I need help with is: (visible only to logged in users)

  • a) Add this:

    .single .entry-content {
    padding-top: 0;
    }

    b) Add this:

    .single .entry-content {
    padding-top: 0;
    }
    .single #nav-above, .jump {
    font-size: 14px;
    }

    14px will give you the size of the “Follow me here!” link. If you prefer the size of the image caption, turn it to 13px.

  • Sorry, I copypasted the same thing twice. Obviously #b is the reply to both your questions.

  • Thank you so much!! It worked perfectly!

  • You’re welcome!

  • The topic ‘Space Around Post Title in Pilcrow Theme’ is closed to new replies.