When pages only have a little bit of content, the footer blocks most of the navigation links from being clicked. I removed the footer, but this did not fix it. Thanks if you could!

Comments

mutami’s picture

Status: Active » Fixed

I just had to erase all evidence of a footer in the template and page code.

seaneffel’s picture

I can see where you removed the footer code because the ink splash art at the bottom of the layout doesn't display.

I'll take a closer look at this and tidy up that footer code, I thought I had fixed it since the dev version. Gimme a few days.

mutami’s picture

Thank you!

seaneffel’s picture

Status: Fixed » Active
klucid’s picture

This was not fixed when I just downloaded it an hour ago, but if you change the style.css file on line 133 to have a 100px margin-top, then you're good.

#end {
background: url(img/footer.gif) no-repeat bottom right transparent;
height: 300px;
margin-top: 100px;
margin-right: -350px;
color: #333;
text-align: left;
clear: right;
}

seaneffel’s picture

Word, I'll give it a whack. This must have slipped my mind before the holidays.