Results 1 to 3 of 3
  1. #1
    Join Date
    May 2006
    Posts
    16
    Plugin Contributions
    0

    Default image positioning on product pages

    Hi all

    I have all my products listed and have added some additional text to the product description. this has lead some of the text straddling around the product image incorrectly.

    In a nutshell, I want the product image on the RIGHT and the description on the LEFT handside as that should avoid this happening.

    i have scoured the code in the following file:

    tpl_modules_main_product_image.php

    I am sure this is where i need to alter the setting of the image position etc but am not sure.

    can someone point me in the right direction. the link below illustrates what the issue is:

    http://www.macram.com.au/index.php?m...&products_id=1

    thanks in advance for any help!

    Bexford
    Last edited by bexford; 30 May 2007 at 12:14 PM. Reason: incorrect sentence regarding image pos

  2. #2
    Join Date
    Dec 2006
    Location
    Seligman, MO U.S.A.
    Posts
    2,101
    Plugin Contributions
    5

    Default Re: image positioning on product pages

    Go to your stylesheet.css, find these lines:

    /*Image Display*/
    #productMainImage, #reviewsInfoDefaultProductImage, #productReviewsDefaultProductImage, #reviewWriteMainImage {
    margin: 0em 1em 1em 0em ;
    }


    Remove the "#productMainImage" from this group, leaving them looking like:

    /*Image Display*/
    #reviewsInfoDefaultProductImage, #productReviewsDefaultProductImage, #reviewWriteMainImage {
    margin: 0em 1em 1em 0em ;
    }


    Then just below them, add these lines:

    #productMainImage {
    float: right;
    }


    That should take care of your problem.
    Teach them to shop and they will shop today;
    Teach them to Zen and they will OWN a shop tomorrow!

  3. #3
    Join Date
    May 2006
    Posts
    16
    Plugin Contributions
    0

    Default Re: image positioning on product pages

    great - thanks for the help...I'll let you know how it goes!

 

 

Similar Threads

  1. v150 Positioning the product title to the right of its image
    By brannon125 in forum Setting Up Categories, Products, Attributes
    Replies: 4
    Last Post: 23 Oct 2012, 11:18 PM
  2. Positioning elements on the Product Info pages
    By haliciad2 in forum Templates, Stylesheets, Page Layout
    Replies: 6
    Last Post: 9 Sep 2011, 04:43 AM
  3. Image Handler Mouse Image Mis-positioning
    By AmirGTR in forum General Questions
    Replies: 0
    Last Post: 18 Apr 2010, 12:39 PM
  4. Positioning Add to Cart Button and Product Image
    By bgroup99 in forum Templates, Stylesheets, Page Layout
    Replies: 3
    Last Post: 6 Apr 2007, 04:51 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
disjunctive-egg