Problem centering my footer
-
I have a problem centering my footer. Look here
The problem is caused by the div with the posts (the latest) called widecolumn. This is it’s css:
.widecolumn { background-color:#ffffff; padding: 5px 5px 5px 5px; margin: 0 0 0 0; width: 270px; height: 345px; text-align:left; border-right: 5px solid #373135; float:right; }
When I remove the float: right; I’m able to center the footer, but the float:right; thingie is neccesary.
This is my footer’s css:
#footer { background: #ff0000; padding: 0; margin:0px auto; position:absolute; width: 804px; color:#ffffff; }
Anyone have a solution?
Viewing 6 replies - 1 through 6 (of 6 total)
Viewing 6 replies - 1 through 6 (of 6 total)
- The topic ‘Problem centering my footer’ is closed to new replies.