Viewing 4 replies - 1 through 4 (of 4 total)
  • Can’t make the thumbnail fit, but this in your custom css will hide the scroll bar:

    .default_product_display .imagecol {overflow:hidden}

    Thread Starter rahjaahmina

    (@rahjaahmina)

    The crazy part is this is NOT happening on every item nor every page… seems to me there is a bug somewhere.

    Thread Starter rahjaahmina

    (@rahjaahmina)

    I placed this in the .css and it did nothing…(placed in the style.css file)

    any other suggestions would be greatly appreciated.

    Its did nothing because style.css is loaded before wpsc-default.css, and the latter contains an overflow style for this element which takes precedent.

    Try the Simple Custom CSS plugin. Its normally not best practice to add to style.css or wpsc-default.css in case these are overwritten by the next theme update.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Image formatting’ is closed to new replies.