Can anyone please help? My category page is seriously messing with me. I set the image width to 300px which it accepts. However it doesn't accept me changing the size of the grid. So basically, It shows as much of the 300px that it can fit into the grid and slices my images in vertically.
http://www.ellamatthew.com/dresses
.products-grid li.item {width: 300px;}
.products-grid .product-image { display:block; text-decoration:none !important; margin:0 auto 10px; position:relative; width:300px; }
Is there anything else here I should be changing? Any help here would be very useful.
Thanks