Hi Brokoli
You made good progress.
Your website looks good.
Concerning your footer problem:
First of all I have to ask – Do you want to have footer same size as a header????
If yes, then header is 990px.
and you can add some code to your style.css file to do the footer same as a header.
Try add this 2 snippets to the bottom of style.css file:
#header-container {
max-width: 990px;
height: 100%;
}
#catapult-cookie-bar {
max-width: 990px;
margin: 0 143px;
}
It is not 100% solution, I tryed to resize a browser and it was not doing what I expected.
The website is not written as a responsive.
You would have to rewrite whole site to the responsive solution. So they can be seen with all possible devices like PC, Notebooks, Tablets, Smartphones………
Here is a link for a screenshot I made after changes:
Hope this is what you were looking for.
If you have any further Qs let me know.
Cheers
TR