footer padding
-
I have the text in my footer right-aligned, but it’s all the way to the right — no matter what value I put for padding-right, the text doesn’t move. Here’s my footer CSS:
#footer {
clear: both;
height: 85px;
width: 700px;
padding-top: 7px;
background: url(images/footer.gif) no-repeat;
background-color: #fff;
}Am I doing something wrong? My site is here. Thanks.
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
- The topic ‘footer padding’ is closed to new replies.