Content running true footer

Permalink
Helle,

Somehow my content is running true my footer. But not on every page. Hope there is someone that can help me on the way.

http://voorbeeld.dereclamestudio.nl/www.nl-convectoren.nl/index.php...

pixel
 
JohntheFish replied on at Permalink Reply
JohntheFish
It looks like your main content is within the div 'kruimelpad', but that div has a height of 20px. The sidebar is pushing the footer down, but when your content gets longer it runs beneath this. Maybe there is a missing /div end for 'kruimelpad' in your theme.
pixel replied on at Permalink Reply
pixel
Thanks for youre help. Been playing around for a while now, can't figure it out though. 'Kruimelpad' is not in div 'content'.

It hase to be in my template?
JohntheFish replied on at Permalink Reply
JohntheFish
Almost certainly in your template. If you use chrome, you can right click 'inspect element' and try simple things like switching off the height attribute.
tallacman replied on at Permalink Reply
tallacman
I'd say kruimelpad means breadcrumbs in dutch. That is what that div is holding. Actually your problem cannot be fixed with pure css, your html is faulty. #rechterKolom is the sidebar and that is determining where the footer starts. You'll need to move the main div (not its real name) into the #contentContainer div.

If you have a problem with that I can help you.

steve
pixel replied on at Permalink Reply
pixel
Hi Steve,

Thanks. What I just don't get that if I remove 'kruimelpad' (breadcrumbs), the content isn't showing anymore.

And if you take a look at the homepage, it's working fine:
http://voorbeeld.dereclamestudio.nl/www.nl-convectoren.nl/...
tallacman replied on at Permalink Best Answer Reply
tallacman
I see. On the main page your content is in the div called #contentContainer. On the page in question the left content is in the div known as breadcrumbs. It should be an easy fix. Just move your content to the correct container.

steve
pixel replied on at Permalink Reply
pixel
I'm new to concrete. Both pages are generated with default.php as far as I know?
tallacman replied on at Permalink Reply
tallacman
Can you PM me an admin login and I'll see if I can figure it out?

steve