Search code examples
htmlcsswidthfooter

Footer automaticly resizes css


I have currently the following problem: The footers width gets smaller as soon as i click on a product. Live example here: (Small footer:) http://osolemio.nl/serdar/index.php?route=product/product&path=59&product_id=97

(How it should be:) http://osolemio.nl/serdar/index.php

I have tried several ways by editing the css, width 100% etc but nothing worked. Someone see what is wrong??

Thanks in advance.


Solution

  • The <div id="content"> is not closed properly. It has to be closed before <div id="footer">.