Hey,

Just a couple of quick questions about my cart!

1) My images are too small on the product info page. I've changed the configuration < images < product type dimensions, but the image doesnt resize. Is there something else I need to chagne?

2) I have some drop down boxes called by the zen_draw_pull_down_menu function. I was wondering how I go about changing the size of these? The exact code I want to change the size for is:

$content .= zen_draw_pull_down_menu('price_range', $prices, (isset($_GET['price_range']) ? $_GET['price_range'] : ''), '') . zen_hide_session_id();
Regards,

Adam.