On this page that I am making for a friend I would like to get the social div to be at the very bottom, in the white container, above the footer.
Attachment 5795
css code for social bar is
Code:#social {
margin: 0 auto;
text-align:center;
position: static;
bottom: 0;
padding:.5em 2%;
}
