[QUOTE=Veronika7747;475849]> jettrue:
Sorry, I was still working on my laptop version. I've uploaded to ISP, it now includes Short Description (heading Sub_Category on my page) and when you look at: http://store.annron.com/index.php?main_page=index&cPath=1
you can see what I was trying to adjust (space between that and Model), but it's O.K., I am happy I was able to incorporate short desc. into the template without seeing "double".
Thanks again
Well, if I were you, I'd remove some of those things. Do the shoppers really need to see the model number? Or even the subcategory?
Anyhoo, I've played around with some css coding that will help. I would first change your price column width to something smaller, like 75 or 100, like I mentioned before.
Then remove your .productlisting-data css, and then add this chunk:
.productListing-data {text-align:center;}
/* Added for more space around long desc and left justify text */
.listingDescription{padding:10px;text-align:left;}
#listCell0-0{width:165px;} /width of image column/
#listCell0-1 {width:450px;} /width of description column/
Now, this won't help the padding all that much between subcategory and model, it will only help with a wide browser. I think you just have TOO much there, and there's not much to do about that, except remove some.