OK, I was able to find some definitions and make some changes, but I think I just need a little help now. For one this category (without products and sub-category page) has a few of it's own definitions. I just had to add css to do some things. The problem now is that I am able to align all these products the way I want, but I need to hide the images, and you can't hover over the text properly to select a sub-category. You can look at it here:
http://www.lasilhouettelingerie.com/...designer-c-72/
http://www.lasilhouettelingerie.com/...ingerie-c-191/
I tried to shrink the size of the subctegory grid by using a reverse margin like this:
.categoryListBoxContents {margin: -20em 0 0 10em;text-align:left;}
It seemed to push the fairly large images space up as well instead of just collapsing the image or riding over top which is what I want.
For one when you hover over the text it does not highlight. You have to hover very high (-20em or so) for each link to hover color. I would like to add css to disable the ability to add any images here. If I did this I think it would all align properly. But in looking at my css there is no div for the image. Here is a small sample of source code:
the hDotLine has a display:none only attached. I just seems like I cannot get rid of these images on these subcategory pages. I just want to hide them on this sub-cateogory page where there are no products. And what upsets me now is there is no definition attached to this image. I mean the image has to have a definitions somewhere right?