Indenting or centering footer content
-
I’m working on a new site at https://www.makeashift.org I’ve tried everything that I know possible to indent my footer text to the right so that it aligns with the left side of the body content, but to no avail.
Below is my CSS for the footer. Any suggestions? Thanks.
#footerWrap {
padding: 0px 0px 0px;
border-top: 5px solid #000000;
color:#454545;
font-size:12px;
}#footer {
padding:0px 0px;
width:1000px;
margin:0 auto;
}#footer a {
color:#999;
}#footer h1 {
font-weight: bold;
color: #730000;
font-size: 18px;
}
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Indenting or centering footer content’ is closed to new replies.