Redundant comment space in Twenty Twelve theme

  • Unknown's avatar

    Hi,

    I was wondering if anyone could help me remove the redundant space at the bottom of the Twenty Twelve theme when comments are disabled?

    See http://timeimage.org.uk/our-work/ for an example – the space between the two horizontal lines is what’s bothering me. I think it would normally be occupied by comments, but I don’t want comments on the static pages.

    Any help is much appreciated.

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

  • It helps to do the following:

    footer {
    margin-top: 0;
    }
    .site-content article {
    margin-bottom: 0;
    }

    It closes the gap, but you may find that you start getting overlap if your content runs long, so I would probably do one or the other of those, personally, instead of both.
    Good luck!
    -Z

  • Unknown's avatar

    That’s great – much better. Thanks very much for your help!

    – Sarah

  • The topic ‘Redundant comment space in Twenty Twelve theme’ is closed to new replies.