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%;
}*/
Bookmarks