Page length not adjusting, overlapping the footer
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
5Hi 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.
These are the pages under the site that appear to have this problem:
http://dev.aabj.org/get-involved/committees/
http://dev.aabj.org/get-involved/
I included it but I guess it was not accepted. The site is: dev[dot]aabj[dot]org
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; }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.