mikeprimeau
Member
Posted 7 months ago #
Hello,
A page of my client's is having this problem.
The footer cuts off at the bottom, seems to be two invisible blocks on either side of the footer.
http://www.davewenhold.com
Replaced the style, footer, and header php files of the original files and no solution. Different templates however dont have this issue.
Plugins disabled doesn't do anything either.
HELP?
Drew Jaynes (DrewAPicture)
Member
Posted 7 months ago #
It looks like you closed the <div class="fcol3"> too early. Try placing the <img> and object embed code between the opening and closing tags for fcol3
Like this: http://pastebin.com/ghixeM9z
You might also need to decrease the width of #footer .fcol3 so it'll move up alongside the other 2 columns.
If you try to set a #footer padding value, make sure to compensate by decreasing the declared width of the element, otherwise it will just push the content out the sides and out of view.
Hope that helps.
mikeprimeau
Member
Posted 7 months ago #
tried both and it still does it.