Ok, I've been looking for the solution to this little issue I'm having after I add an Item to the Cart. The Unit and Total get pushed together when viewing at a lower resolution.
How do I change the width of these fields?
I've tried adjusting the following in css with no luck.
.cartUnitDisplay, .cartTotalDisplay {
text-align:center;
padding-right:2em;
Is the Item Description field causing the problem. If so where can I change the width of that field.
Any suggestions appreciated



