This thread is over two years old and may be outdated. Please create a new thread if you need help, or email us if you have an active Premium license.

Page length not adjusting, overlapping the footer

9 years ago · Last reply by Andrew Misplon 9 years ago

I have the default page set on the Vantage Theme. The content of the page is overlapping the footer. How can this be corrected?

http://dev.aabj.org/get-involved/committees/

This is our free support forum. Replies can take several days.

Need fast email support? Get SiteOrigin Premium

Replies

5
  1. Andrew Misplon Staff 9 years, 10 months ago

    Hi Designedbykey

    Do you have a public URL where we can take a look at what’s going on? If you need to keep this URL private from other users, just select “Private Reply” on the bottom right of the comment box.

  2. designedbykey 9 years, 10 months ago

    I included it but I guess it was not accepted. The site is: dev[dot]aabj[dot]org

  3. Andrew Misplon Staff 9 years, 9 months ago

    Thanks.

    Head over to your Custom CSS.

    This rule is currently broken:

    masthead .hgroup {
      padding-top: 10px;
      padding-bottom: 10px;
    }

    Change it to the following to make it work:

    #masthead .hgroup {
      padding-top: 10px;
      padding-bottom: 10px;
    }

    Finally, try removing the following to resolve this issue:

    #colophon.site-footer {
      overflow: auto;
    }
  4. Andrew Misplon Staff 9 years, 9 months ago

    Ahh sorry, this is actually the problem causing the footer problem:

    .entry-content {
      padding: 0px;
      height: 10px;
    }

    The height is the issue. Please, remove that line entirely.

Replies on this thread are closed.

Please create a new thread if you have a question, or purchase a SiteOrigin Premium license if you need one-on-one email support.

Have a different question or issue?

Start New Thread