Padding problem

Hi,

This is a simple problem but I just can’t see the error, here is the page:

http://alexanderlloyd.info/sennheiser/porque.html

On the pages “Porqué Elegir Sennheiser” and “Dónde Comprar”,it is not reading the top-padding on the footer that it has on the rest of the pages, for example on the Auriculares page there is bit of space between the text and the border of the footer background but on these two pages it’s not picking up on it.

Would be grateful for the help!

Thanks very much!

Hi, the footer neeeds to be cleared otherwise it’ll be snagging on the floats :slight_smile:

#footer{clear:both;}

thanks, knew it was something simple! I’m a bit rusty. Cheers ryan!

Glad it worked ;). You’re welcome.