Results 1 to 5 of 5
  1. #1
    Join Date
    Feb 2008
    Posts
    8
    Plugin Contributions
    0

    Default Product Info Pages

    Hi guys,

    Firstly the URL iam asking a question about is http://bearygoodsigns.com.au/index.p...7fc91607ad3a9a
    I want to re-format the way this page works, ive work out some of it, however I cant work out the main image part. I know it links to the tpl_modules_main_product_image.php file but no matter what I change i cant get it to center.
    What i would like is for the image to be above and center with the product description directly below. Anyone got any ideas?

  2. #2
    Join Date
    Apr 2006
    Location
    Texas
    Posts
    6,197
    Plugin Contributions
    0

    Default Re: Product Info Pages

    Quote Originally Posted by bgs024 View Post
    Hi guys,

    Firstly the URL iam asking a question about is http://bearygoodsigns.com.au/index.p...7fc91607ad3a9a
    I want to re-format the way this page works, ive work out some of it, however I cant work out the main image part. I know it links to the tpl_modules_main_product_image.php file but no matter what I change i cant get it to center.
    What i would like is for the image to be above and center with the product description directly below. Anyone got any ideas?
    Are you using Firefox, with the web developer kit to quickly locate the issue and play with her/him with the edit css button.

    Look for:
    #logoWrapper {
    background-image:url(../images/bgsshead.jpg);
    background-repeat:no-repeat;
    height:78px;
    width:390px;
    }
    1. this will help big time understanding properties
    2. http://www.w3schools.com/CSS/css_margin.asp

  3. #3
    Join Date
    Feb 2008
    Posts
    8
    Plugin Contributions
    0

    Default Re: Product Info Pages

    Its not the header image i want to work with. Im talking about the Product Image. The thumbnail on the product screen.

  4. #4
    Join Date
    Jul 2005
    Location
    Upstate NY
    Posts
    22,010
    Plugin Contributions
    25

    Default Re: Product Info Pages

    The same principle applies for that. Add to your stylesheet

    #productMainImage {float: none;}

  5. #5
    Join Date
    Sep 2004
    Location
    Australia
    Posts
    347
    Plugin Contributions
    0

    Default Re: Product Info Pages

    Thank you gjh42. This worked. See below for the section of code that needs to change.

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

    #productMainImage {
    float: none;
    }

    .categoryIcon {}

    Kind regards.

 

 

Similar Threads

  1. v150 Styling the price and "... more info" on my product info pages
    By coreyalderin in forum Templates, Stylesheets, Page Layout
    Replies: 5
    Last Post: 27 Oct 2012, 03:35 PM
  2. different prices for product listing and product info pages
    By jwheels in forum Setting Up Categories, Products, Attributes
    Replies: 2
    Last Post: 13 Jun 2011, 05:28 AM
  3. adding product specific info into <head> tags on product pages for facebook
    By donplay in forum Templates, Stylesheets, Page Layout
    Replies: 9
    Last Post: 17 Feb 2010, 01:34 PM
  4. Remove 'Product 1/..' from product info pages.
    By kathsta in forum Templates, Stylesheets, Page Layout
    Replies: 2
    Last Post: 5 Apr 2009, 11:02 PM
  5. Removing Product Title on Product Info Pages
    By aaelghat in forum Templates, Stylesheets, Page Layout
    Replies: 1
    Last Post: 27 Apr 2007, 06:26 PM

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