• Resolved jusikon

    (@jusikon)


    Could someone please advise me how to remove the gap from my header of my posts? I have tried a few

    i tried adding
    #content .post {
    padding-bottom: 0;
    }

    but that did not seem to do it.

    http://www.ikonalloy.com (gap above ‘featured’)

Viewing 2 replies - 1 through 2 (of 2 total)
  • The gap is caused by the space for the post title, which you don’t have on your home page. You can add this rule to remove that spacing:

    .blog .entry-header {
       display: none;
    }

    If you need to reduce the spacing further:

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

    Thread Starter jusikon

    (@jusikon)

    thank you so much. worked great

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Remove header gap in posts from twenty eleven theme’ is closed to new replies.