I'm having an issue with the footer width on a website. On computer screens, the footer fills to 100% as it should, but on mobile devices (tested on both I-Pad & iPhone) it doesn't fit the entire width of the screen.
The issue can be viewed here: Click Here
The main footer css is:
#footer {
position: relative;
bottom: 0px;
width: 100%;
height: 75px;
margin-top: -75px;
clear: both;
background-color: #555555;
margin: 0 auto;
}
If anyone has any advice, it would be greatly appreciated!