Quote Originally Posted by Doodlebuckets View Post
I really hate to be a pest...the addition helped, but take a look now: http://www.modesty-matters.com/store...&products_id=3

Things are a bit jumbled at the bottom.

and here: http://www.modesty-matters.com/catal...&products_id=1

The text box with its heading are interrupted by "This product was added...blah blah blah" I could do without that text if it would make life easier.
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%;
}*/