We'll need to see your site to tell why you are having this problem, and how to fix it.
We'll need to see your site to tell why you are having this problem, and how to fix it.
Thanks Glen, it worked out for me. Now that this worked, I tried to change the position of the aditional images and the margin between the model name and the next and previous buttons.
With four additional images, the 3rd one stands under the "ad to shoppingcart" box and the 4th is "lost" on the bottom. I want to have two additional images per row.
I tried to do this in the CSS with cartAdd and aditionalimages settings but the changes I made didn't have any effect. I this possible?
I'm not an expert, everything I do is learning the hardway and I'm very thankfull for this community! My shop is running one year now and I'm very happy with it. But you what they say these days... "it's time for change!"
See image. This layaout is not live (yet) so I can't show it. Hope you understand what I mean...
I can only speculate without seeing the site live, but do you have a div that encloses all of the additional images? If so, you might give that a defined width (so it will fit alongside the add to cart) and float: left.
I have a similar situation in my live shop:
http://www.pannenland.nl/pannenserie...dlg?cPath=8_36
Tried to figure out in stylesheet.css and aditionial_images.php what settings I should change or add but I didn't manage it...
Thanks in advance, Gerjan
Edit: for your information; in configuratio -> images -> nr of images per row is set to 2.
Last edited by Gerjan; 5 Mar 2009 at 10:01 PM.
Add to your stylesheet:
#productAdditionalImages {width: 66%;}
It's so easy... I feel stupid...I'm a noob but this was pretty easy.. could have thought of it myself, but I didn't
Thank you for your patience!![]()