Can anyone help? I've scoured over my style sheet a thousand times and I cannot seem to figure out why there is a space between my navigation buttons and the content.
PLEASE HELP!
Thanks!
Can anyone help? I've scoured over my style sheet a thousand times and I cannot seem to figure out why there is a space between my navigation buttons and the content.
PLEASE HELP!
Thanks!
Edit style.css and try changing:
#content {
background-color:#000000;
float:left;
margin:0;
padding:0;
text-align:justify;
width:710px;
}
to
#content {
background-color:#000000;
float:left;
margin:-5px 0 0;
padding:0;
text-align:justify;
width:710px;
}oh duh! thanks so much! any chance you can figure out why the pink background will not encase the entire footer content?
You have some validation errors in your theme which will almost certainly be stopping the footer background image from displaying correctly.
This topic has been closed to new replies.