Hello:
Is there a way to limit the space between thumbnails when looking at the product? I am using image handler4.
This is a sample of what I am talking about:
http://www.petluxuryboutique.com/ind...ducts_id=33990
Thanks for your help,
Silver
Hello:
Is there a way to limit the space between thumbnails when looking at the product? I am using image handler4.
This is a sample of what I am talking about:
http://www.petluxuryboutique.com/ind...ducts_id=33990
Thanks for your help,
Silver
Admin > Configuration > Images > Product Info - Number of Additional Images per Row.
gjh42:
Thank you! That looks so much better.
Regards,
Silver
You have two images the same on the top row for additional images on top right side ...
Just curious, where did you purchase this module ...
I don't see it in the plugins ...
Are You Vulnerable for an Accessibility Lawsuit?
myZenCartHost.com - Zen Cart Certified, PCI Compatible Hosting by JEANDRET
Free SSL, Domain, and MagicThumb with semi-annual and longer hosting
Haredo:
Thanks for clueing me in on that. As far as the image handler4, I really don't know. You might ask Schoolboy, he is helping me with a lot of things. Now can you tell me how to limit the space when there are as few as 2 or 3 images? Example:
http://www.petluxuryboutique.com/ind...ducts_id=33999
Thanks again,
Silver
Sorry but you can't, since you decided to set the images per row to 6, by default zen sets the spacing according to the images ...
Are You Vulnerable for an Accessibility Lawsuit?
myZenCartHost.com - Zen Cart Certified, PCI Compatible Hosting by JEANDRET
Free SSL, Domain, and MagicThumb with semi-annual and longer hosting
Haredo:
Thanks anyway. It prevents me from pulling my hair out looking.
Regards,
Silver
Add to your stylesheet (anywhere)Adjust to taste. This will not affect the automatic width if less than set here.Code:.additionalImages {max-width: 25%;}
gjh42:
You say: Add to your stylesheet (anywhere). Since I'm still learning this whole system could you point me in a more precise direction?
Thanks again,
Silver
/includes/templates/your_custom_template/css/stylesheet.css.
You can paste the rule I gave anywhere in that file (not inside another rule or a comment:) and it will work.
You will have to become familiar with editing your stylesheet(s), as that is one of the principal means of altering the look and feel of your site. If you need help, first check the tutorials on this site, or one of the multitude of general CSS tutorials on the web, like www.w3schools.com. Then ask if you are still stumped.