image display on product page

Posts: 68
Joined: 01/19/2008
Uber Donor

i have a product page for a calendar and it has images of all the months and what the calendar looks like, 15 images total.
the problem with all the thumbnails is that it has squeezed the product description to the bottom so it looks funky.

is there a way to organize images into say 4 rows x 4 columns? would the image grid module work for this?
is there a way to have the title of each thumbnail show up?

the page is at
http://www.yosemitestock.com/content/yosemite_calendar_1

thanks

Posts: 2102
Joined: 08/07/2007
AdministratoreLiTe!

I'd add a CSS rule:

.product_image {
  width: 500px;
}

That's a good size to allow 4 thumbnails to a row.

The best place to add that might be your theme's style.css.