Hello.
Having some trouble figuring out a CSS footer issue.
The footer should fill the page fully, not extend a horizontal scrollbar and importantly, not have a 3-5 pixel left gap.
I've tried all I know to fix this.
Here is the CSS for this:
footer
{
float: left;
min-width:100%;
padding:40px;
background-color:#c81818;
margin:0px;
font-family:"Trebuchet MS",Helvetica, sans-serif;
color:#ffffff;
font-size:16px;
}
Please view the link below to see it live.
*Note: This is only a landing page for SEO-bots until the main site is built - It's not fancy or pretty
Thank you in advance!
Matthew