
08-20-2011, 03:25 PM
|
 |
Paid Member
|
|
Join Date: Aug 2010
Location: In between Morning Coffee and the Land of Nod
Posts: 104
|
|
Quote:
Originally Posted by daniel patin
my sidebar is smaller than the images from shop that go beyond. and I do not want to change the image size !
|
Using firebug, you should be able to right click on the images to find their name, and then define it in your theme style sheet like so:
.ecwid-random-thumbnail {width: 100px;}
Or whatever you need the width to be...
What about adding the title of the image? I saw up you've called it as $product[name] for the alt tag, so would adding it above each thumbnail change your widget functionality?
|