The table cells in the listing are not given explicit widths (except for the price column), so they auto-adjust depending on their contents. The description will force the image column to shrink to its minimum only if it is long enough to fill the potential width.
If you don't want to depend on there being descriptions in every category, you can fix the image column width. Add to your stylesheet
#listCell0-0 {width: 123px;}


Reply With Quote

