• Hi

    I’m using the Crafty Cart theme, and I would like to change the “category” thumb nail in the left “sidebar”.

    Its currently 45×25. I’d like it to be 50×50.

    Can someone please tell me which .css to edit.

    Thanks in advance.

Viewing 2 replies - 1 through 2 (of 2 total)
  • hi, you could try this,

    find this line

    $wpsc_category_query['image_size'] = array('width' => $width, 'height' => $height);

    then change the params as you like, for example

    $wpsc_category_query['image_size'] = array('100' => $width, '170' => $height);

    once you UL the image for you Cat. , be sure to check it’s width and height too (below the Category Image ul form)

    then you’ll have a new width for the IMG so you may need to find this line too

    #products_page_container .wpsc_category_grid {
    	width: 50%;
    }

    and change this class width as you need

    Hi, I am unable to set the images in the product view. I can see thumbnails as well as all the images in a single page. here’s the link.
    http://stylebymegha.com/?wpsc-product=zodiac-virgo

    Can any one help???

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Crafty Cart category image size’ is closed to new replies.