Quote Originally Posted by ideasgirl View Post
Ooooopsy! 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!

I can find in my stylesheet.css

Code:
.centerBoxHeading {
   font-size: 12px;
   background-image: url(../images/bar.gif);
   background-repeat: repeat-x;
   padding-top: 7px;
   padding-bottom: 13px;
   }
however, i'm not able to locate

Code:
#listCell0-0{
     width: 150px;
     }
Am i maybe looking in the wrong .css file. Sorry to ask you so many questions but this is really only my 3rd week with Zen Cart

THX