Quote Originally Posted by Booya88 View Post
While your in there, maybe you can help me with one other little snag. The facebook link under my "add to cart" wants to show the users facebbook picture (mine at the moment), but it doesn't appear there is enough room? Can I make that space bigger?

Thanks again in advance for the help!
For the add to cart add:

Code:
float:left;
to:

#cartAdd

and

#productDescription

in the stylesheet.css file.

Thanks,

Anne