spacing between headline and byline of posts

  • Posted in : Read WP
  • CrocusReview
    Participant

    How can I reduce the spacing between the headline and byline (entry meta line) of posts? For example, on the following two pages, I’d like to decrease the spacing between “Starting out on the path” and “by Christopher Gray”

    http://crocusreview.com/posts/
    http://crocusreview.com/tao-the-path-to-happiness/

    Also, how can I make the same changes I’ve made to the headline and byline on these pages (font size; deleting some content from entry meta line; left aligning) to articles that appear in the author Archive?

    For example, I’d like the the article headline and byline on the following page to look the same as they look on the above pages:

    http://crocusreview.com/author/gray640/

    Thanks,

    Gary

    ahmetsali
    Keymaster

    Hi, try this custom css code;

    .entry-title {
        margin-bottom: 0; text-align: left; font-size: 2em;
    }
    
    CrocusReview
    Participant

    Thanks, Ahmet!

    This worked perfectly for the blog category page: http://crocusreview.com/posts/

    but it did not change the single post page:

    http://crocusreview.com/tao-the-path-to-happiness/

    How can I get the same spacing effect on the single post page?

    Thanks,

    Gary

    CrocusReview
    Participant

    P.S. I tried this custom css code for the single post page, but it did not help:

    body.single article .entry-title {
    margin-bottom: 0; text-align: left; font-size: 2em;
    }

    Gary

    ahmetsali
    Keymaster

    try adding this;

    .single .entry-meta {
        margin-top: 0;
    }
    
    CrocusReview
    Participant

    That did it!
    Thanks, Ahmet.

Viewing 6 posts - 1 through 6 (of 6 total)

You must be logged in and have valid license to reply to this topic.

License required for the following item
Login and Registration Log in · Register