Ooooopsy! :blush: must be the time I was reading this post (and replying). I could swear I saw a problem with the product listing heading background image, I was referring to that (hmmm maybe another post I was looking at the same time).
But I found how you can manage this. Go to your CSS and add:
Code:
#listCell0-0{
width: 150px;
}
Try to add it after:
Code:
.centerBoxHeading {
font-size: 12px;
background-image: url(../images/bar.gif);
background-repeat: repeat-x;
padding-top: 7px;
padding-bottom: 13px;
}
Use the width that fit your preference.
Have fun!