• Resolved Jessparvin

    (@jessparvin)


    I used this plugin to disable comments on my posts, but now I have a huge gap between posts that I cannot seem to fix with css. The site is http://www.thegoodintentions.co.uk/news
    Is this space left because the comments have been turned off or is that a coincidence?
    Any help “closing the gap” would be greatly appreciated!

Viewing 2 replies - 1 through 2 (of 2 total)
  • You have a fixed height of 900px being applied to the article container.

    #main article.post

    You can either remove it or override it using a Custom CSS plugin by adding this:

    #main article.post {
        height: auto;
    }

    Hope this helps.

    Thread Starter Jessparvin

    (@jessparvin)

    thank you! that worked!

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

The topic ‘Huge Space left when disabled comments’ is closed to new replies.