Is there a limit to the amount of space between Site-Description and Entry-Meta?

  • Unknown's avatar

    Hi,

    I was hoping to increase the amount of space between my Site-Description and Entry-Meta. I would also like to do the same for the area between Comments.

    I have the following set in my CSS:

    .site-description {
    padding-bottom: 0px !important;
    }

    entry-meta {
    padding-top: 0 !important;
    }

    and also for the Comments:

    .comment-block {
    width: 90%;
    padding-bottom:0px;
    padding-top:0px
    }

    though a larger gap than I would have liked still remains in both cases.

    Can anyone clarify whether it is possible to reduce this gap any further, or have I reached a limit?

    Many thanks in advance.

    Regards

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

  • Unknown's avatar

    There are also margins on the individual comments and the entire header section, you can change those with this code:

    #masthead {margin-bottom:0px;}
    article.comment {padding-bottom:0px; margin-bottom:10px;}
  • Unknown's avatar

    Excellent!

    Many thanks once again.

    Cheers

  • The topic ‘Is there a limit to the amount of space between Site-Description and Entry-Meta?’ is closed to new replies.