I'd like to keep the footer, but when I added it, it put it right over the search bar. I can change the size of the footer and everything but can't seem to move it to the bottom where it belongs.
http://www.shirtsforthepeople.com/sftp/home.php
4.3.2 pro
main.css
Code:
#footer {
height: 39px;
width: 100%;
position: absolute !important;
bottom: 0;
overflow: hidden;
float: left;
}
#footer .box {
width: 100%;
border: none;
border-top: 1px solid #cb480c;
padding: 0px;
}
#footer .subbox {
margin-bottom: 4px;
border-top: #ffd30d 1px solid;
background: #f4f5f7 none;
color: #667d92;
height: 40px;
vertical-align: middle;
padding: 1px;
}
I've tried changing the alignment but, probably not doing something right cause nothing seems to change the location except resizing or removing it all together.