Viewing 2 replies - 1 through 2 (of 2 total)
  • On line 347 of your style.css you’ve got this:

    #primary {
      height: 630px;
    }

    In your child theme’s style.css, try adding this:

    #primary {
      height: auto;
    }

    That might fix it.

    Thread Starter slonik

    (@slonik)

    Thanks linux4me2, that’s perfect!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Sidebar getting clipped at bottom when page content is shorter’ is closed to new replies.