Closed (fixed)
Project:
Acquia Prosper
Version:
6.x-1.0-beta4
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Issue tags:
Reporter:
Created:
31 Mar 2010 at 10:43 UTC
Updated:
3 Jan 2014 at 01:42 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
jeremycaldwell commentedHi there, this bit of CSS will do the trick for you:
You can change the width there to suite your site and size of the images etc. so feel free to play with that. The CSS change should go in your theme's "local.css" file located in your /css directory. If there isn't one go ahead and create one and it will load it for your theme.
I've also attached a screenshot of what it should look like when it is working correctly.
Comment #2
keereelCool, thank you!!!
This is my variant:
.more-product-images {
text-align: left;
width: 170px;
}