Quote Originally Posted by jettrue View Post
Ah, I see the issue. When you tried to comment out this section, you did it incorrectly:

/*#logo {
width:19.1em /* To prevent the logo from resizing, simply delete or comment out this section */
}/*

/*#logo img {
width:100%;
}/*

Just go ahead and delete that section. Or, if you prefer it to be commented out, it will work like this:


/*#logo {
width:19.1em To prevent the logo from resizing, simply delete or comment out this section
}

#logo img {
width:100%;
}*/
Well, that did it! Wouldn't have thought that line of code would have messed the bottom up...oh, well! Glad you know what you're doing ;)
Amy