• Resolved fatchick2fitchick

    (@fatchick2fitchick)


    I am having issues with the spacing between my blog posts. Specifically after the comment/category/author section and the title of the next post.

    I have used the code
    .post {
    margin-bottom: -25px;
    }

    Which worked, but caused my “older posts” link to disappear at the bottom of the page.

    I would appreciate any help that anyone can give me to resolve this issue without bumping that older post navigation link.

    https://www.fatchick2fitchickblog.com/

Viewing 4 replies - 1 through 4 (of 4 total)
  • Try adding:

    .post {
        margin: 0;
    }

    That seems to work in Firebug.

    Thread Starter fatchick2fitchick

    (@fatchick2fitchick)

    That fixes the spacing between posts, but drops/cuts out my “older posts” link again.

    I left this up so you could see how that is gone now. Do you have another suggestion to help with the losing that link to older posts?

    You have a negative top margin on that:

    .more_entries {
        background-color: #FFFFFF;
        border: 5px solid #EFEFEF;
        margin-top: -30px;
        padding: 10px 55px;
    }

    Getting rid of that should solve it.

    Thread Starter fatchick2fitchick

    (@fatchick2fitchick)

    That did it! Thank you so much for your help!

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Reduce space between comment section and Next Post’ is closed to new replies.