Where did this line in your css go to?
#logo, .centerBoxContents, .specialsListBoxContents, .categoryListBoxContents, .centerBoxContentsAlsoPurch, .attribImg {
float:left;
}
My guess is, you didn't want your logo floated left, so you deleted the entire line?Add it back, but with #logo, removed.



Add it back, but with #logo, removed.
Reply With Quote
