[Resolved] Spacing between content & footer widget

Home Forums Support [Resolved] Spacing between content & footer widget

Home Forums Support Spacing between content & footer widget

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #69101
    Sphinx

    Hello guys,

    How do I get rid of the extra space between the page content and the footer widgets?

    I’ve tried the scripts mentioned here

    Thanks

    site: http://kennethfaust.co.uk/

    #69255
    Tom
    Lead Developer
    Lead Developer

    Hi there,

    You have a few empty paragraph tags at the bottom of your content which is causing a lot of that space.

    Once those are removed, you can use this CSS to tighten up the space more:

    .home .hentry {
          margin-bottom: 0;
    }
Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.