Forums

Crafty Cart category image size (3 posts)

  1. slinkybeatnik
    Member
    Posted 1 year ago #

    Hi

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

    Its currently 45x25. I'd like it to be 50x50.

    Can someone please tell me which .css to edit.

    Thanks in advance.

  2. xaws
    Member
    Posted 1 year ago #

    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

  3. jojoani
    Member
    Posted 4 months ago #

    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???

Topic Closed

This topic has been closed to new replies.

About this Topic