Quote Originally Posted by RuFuS View Post
Hi, would I be right in saying that your site is a template monster template?

Their templates do appear to have a few issues, of which this may be one.

Take a look in catalog\includes\templates\yourtemplate\templates\tpl_product_info_display.php and see if the following block exists. (I can see the place markers in the source code but that doesn't gaurantee their is anything between them)

PHP Code:
<!--bof Additional Product Images -->
<?php
/**
 * display the products additional images
 */
  
require($template->get_template_dir('/tpl_modules_additional_images.php',DIR_WS_TEMPLATE$current_page_base,'templates'). '/tpl_modules_additional_images.php'); ?>
<!--eof Additional Product Images -->

OK, I was reading and i got my page to show multiple images. But now the base image is on the left and the additional image is in the center. How do i get that additional image out of the center and next to the base image on the left? I check some of the codes on other pages but I dont see anything that would center that image. please help. thx