It seems that over four product images for any given product will cause an overflow which causes page content to be clipped(image attached). Is this just some configuration error? I would assume the theme is supposed to stack images when they begin to infringe on the content section. This issue is present in both the teaser and main page of a product.

CommentFileSizeAuthor
image_overflow_error.png46.16 KBAbodesense

Comments

jeremycaldwell’s picture

Assigned: Unassigned » jeremycaldwell

Try adding this bit of CSS to your theme's local.css file.

.more-product-images {
  width: 150px;
}

That should set a fixed width on the product image area so it doesn't expand too far and blow our your content area.

jeremycaldwell’s picture

Status: Active » Fixed

Changes have been made and are in the latest release of the theme.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.