Hey everyone, I'm in my first two weeks of using wordpress, and am currently modifying a theme. I have a goal to finish this site by the end of next week, but at the moment I am stuck on the footer.
/* ##################################
FOOTER
################################## */
#footer-wrap {
background: url(img/bg-footer-wrap-blue.png) repeat-x left top;
width: 960px;
}
#footer {
width: 960px;
margin: 0 auto;
}
#footer p {
margin: 0px;
padding: 0px;
line-height: 40px;
}
#legal {
float: left;
width: 450px;
}
#webdemar {
float: right;
width: 450px;
text-align: right;
}
That is all of my footer. But what can I pop in there to center? Thanks!!