Okay, thanks.
But still stuck with footer limitation.
Page limited to 1024px.
.container-inner { max-width: 1024px; }
Set your code with my value:
#footer-bottom { margin: 0 auto; max-width: 1024px; }
Result - footer are not the same with page http://i.imgur.com/PaA4lnB.png
And how to remove white background effect on footer?
-
.main-inner { max-height: 700px; }
This code has no effect, or am I doing something wrong.
Using 1300px as well.
I will try method with javascript later.