You have some strange additional images code, with apparently a table and some other elements set at about 100% width. These make it tricky to manipulate the images to float left and clear the main image.
You have some strange additional images code, with apparently a table and some other elements set at about 100% width. These make it tricky to manipulate the images to float left and clear the main image.
Last edited by dgent; 16 Nov 2011 at 05:03 PM.
Normally, you could move the additional images code block in tpl_product_info_display.php up to just below the main image code block, and with a couple of style rules make them stay just under the main image on the page. With your custom code, I don't know what your file(s) look like and can't say for sure what to move; also, there are several extra elements with embedded styling that would have to be sorted out.
The stylesheet is not capable of altering the HTML output this way. There is no centerBoxWrapperContents or table in the stock additional images, so somehow you are still using custom code.
Exactly which file paths did you replace?
/www/includes/templates/MYTEMPLATENAME/css/stylesheet.css
/www/includes/templates/MYTEMPLATENAME/templates/tpl_product_info.php
www/includes/modules/additional_images.php
www.alepia.ch Alepia suisse
Any customized code should go in /includes/modules/your_template/additional_images.php. Do you have one there?
No!
I will move straight now. and in www/modules/additional_images.php will upload the latest version of it.
www.alepia.ch Alepia suisse
There is also /includes/templates/your_template/templates/tpl_modules_additional_images.php. Do you have that?