Home>Support>Page length not adjusting, overlapping the footer

Page length not adjusting, overlapping the footer

Notice: This thread is over two years old; the information may be outdated. Please consider creating a new thread if you require free support. If you have an active SiteOrigin Premium license, you can email our premium support desk at [email protected].

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. If you need fast email support, please purchase a SiteOrigin Premium license.

  1. 9 years, 2 months ago Andrew Misplon
    Hi, I Work Here

    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. 9 years, 2 months ago designedbykey

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

  3. 9 years, 2 months ago Andrew Misplon
    Hi, I Work Here

    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. 9 years, 2 months ago Andrew Misplon
    Hi, I Work Here

    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.

Get The Most Out of SiteOrigin with SiteOrigin Premium

Find Out More