Hi,

I've been reading the forum looking for a way to tuck my additional product images under my product description (to the right of main image and above add to cart and attributes).

I added this code to my style sheet:

#productAdditionalImages {
width: 70%;
float: right;
Clear: both;
}

and I edited tpl_product_info_display.php so the "additional images" section is below the product description section.

It's not working. I believe my lack of understand of CSS block information is showing I can't figure out how to move the additional images up so they aren't pushing add to cart over to the left. There is a big white space just waiting for my additional images to move up into.

Here is a link to the page: http://69.89.31.83/~egallant/ZenCart...products_id=23

Thank you for any help on this.

Amy