Quote Originally Posted by michaelpattisr View Post
Hello. I Love your design. I am working on a demo install @ http://realestatesignstore.info/zenc...=index&cPath=1 . As you can see at the link the CATEGORIES images are to large! How do I make them smaller? It's so far the only problem I have with your design. I want to install it on my live site @ www.realestatesignstore.com ... It will be great for my site....

Thanks in Advance...

Michael Patti

michaelpattisr######################
Go to YOUR_CATALOG/includes/templates/tableau/css/stylesheet_product_listing.css
Look for:

/* Product Listing Image */
#categoryImgListing {
text-align: center;
margin: 36px 0 15px;
}

#categoryImgListing img {
height: auto;
max-width: 978px;
width: 100%;
}

You can change the max-width to any pixel you want.