QUOTE (AndyT - MC @ Mar 26 2009, 03:11 PM)

Horizontally, or vertically? (the title and text seem to conflict)
I assume you mean vertically. Firefox appears to stretch the border of your site in the cart, whereas Internet Explorer wraps horribly. There are a few things you could do ...
- replace the "update" and "remove" buttons with 16x16 or 24x24 icons
- check your padding and margins, try to reduce them as much as possible
- hide the left column on the cart page with CSS
CODE
body.cart-page td.page-column-left { display:none}
- resize the thumbnail image using CSS
CODE
td.cart-item-image img { width:50px }
Sorry yes, geez, I meant horizontally. I mean it's stretching way across on both FF and IE for me...so you have to scroll horizontally (across to the right) to get to see the other side where the total is (if you have that much text in there). I work on a 2 monitor set up, and it's doing it on both.
Do you think this will help for this situation? I'm not all that familiar with CSS, but I do have some basic knowledge.
Thank you very much!