image sizes

HI,
I have a shop page, i want the images a certain size but the only way i can seem to change the size of them is via css
see http://sound.illawarrait.com.au/shop/

I have added this css but the wrapper doesnt wrap nicely around it?
.woocommerce ul.products li.product a img {
    margin:20px !important;
    width: 250px;
    height: 290px;
}

Would like the images a certain size or even give them a certain class and i can then

There must be a way of resizing images and the wrapper wraps nicely

Comments

Sign In or Register to comment.