Results 1 to 9 of 9
  1. #1
    Join Date
    Oct 2004
    Posts
    84
    Plugin Contributions
    0

    Default Product Info Layout Help

    Hello,

    What I'm looking to do is have the product image placed under the product name and price so there isn't so much white space on my prod info page. I just can't seem to get it right. Any help would be much appreciated.

    Here is my prod page http://www.all-metal-lockers.com/ind...&products_id=1

    Thanks in advance

  2. #2
    Join Date
    Aug 2005
    Location
    Arizona
    Posts
    27,755
    Plugin Contributions
    9

    Default Re: Product Info Layout Help

    Looked at you link...I might suggest that you rethink this layout and move the description to standard Zen Cart placement(next to the image) to take up the "white space" and drop the repeat of the product image in the table array that you have created and resize it in width so that it can tuck up under the image and description.

    Also it looks as though you are displaying the same image as an additional image at the bottom but this is not named correctly(the file) for usual display of additional images. this might be that you need to prune the image folder for these extraneous images
    JMO
    Zen-Venom Get Bitten

  3. #3
    Join Date
    Oct 2004
    Posts
    84
    Plugin Contributions
    0

    Default Re: Product Info Layout Help

    Thanks for looking Kobra. I fixed the problem of the additional image on the bottom but would still like to move the main product pic under the prod name and price.

    I also noticed a problem with the header on the attributes (please choose) It doesn't show up in IE.

    Any help would be greatly appreciated

  4. #4
    Join Date
    Aug 2005
    Location
    Arizona
    Posts
    27,755
    Plugin Contributions
    9

    Default Re: Product Info Layout Help

    First the IE issue

    Find or add in your style sheet;

    #attribsOptionsText {
    background-color: #75a3d1;
    }

    To get what you have you have already edited the tpl_product_info_display.php and this is where you have to reorder the name, price & image
    Zen-Venom Get Bitten

  5. #5
    Join Date
    Oct 2004
    Posts
    84
    Plugin Contributions
    0

    Default Re: Product Info Layout Help

    That line is already in my css, but it's still not showing up in IE

    and I also could use some help in centering the product image in the product info page

    andy help would be greatly appreciated

    thanks

  6. #6
    Join Date
    Aug 2005
    Location
    Arizona
    Posts
    27,755
    Plugin Contributions
    9

    Default Re: Product Info Layout Help

    Try finding or adding
    Code:
    #productMainImage {
    padding-left: 12em;
    }
    Zen-Venom Get Bitten

  7. #7
    Join Date
    Oct 2004
    Posts
    84
    Plugin Contributions
    0

    Default Re: Product Info Layout Help

    Thank you thank you thank you Kobra for that fix. It worked like a charm.

    I also fixed the peek a boo bug by adding :

    h1, h2, h3, h4, h5, h6, p {
    position: relative;
    }

    to the stylesheet and now everything is how I wanted.......for now

    Thanks again

  8. #8
    Join Date
    Aug 2005
    Location
    Arizona
    Posts
    27,755
    Plugin Contributions
    9

    Default Re: Product Info Layout Help

    That line is already in my css
    But the background color that I recommended is not and I did say "find or add"

    Your Code
    Code:
    #attribsOptionsText {
        margin: 0;
        padding: 0.5em 5px;
        border: 1px solid #75a3d1;
        color: #000000;
        text-align: center; 
        }
    And the peek-a-boo bug had not crossed my vision yet, glad it is sorted
    Zen-Venom Get Bitten

  9. #9
    Join Date
    Oct 2004
    Posts
    84
    Plugin Contributions
    0

    Default Re: Product Info Layout Help

    it was in, then I took it out, then I put it back ect ect, you must have checked while I was switching things

 

 

Similar Threads

  1. Product Info Layout Help
    By apriigem in forum Templates, Stylesheets, Page Layout
    Replies: 3
    Last Post: 9 Feb 2013, 04:43 AM
  2. Product info page layout Help
    By dscott1966 in forum Templates, Stylesheets, Page Layout
    Replies: 4
    Last Post: 29 Jan 2011, 06:15 PM
  3. Product Info Page - Layout Help
    By thegoodlifestore in forum Templates, Stylesheets, Page Layout
    Replies: 4
    Last Post: 31 May 2008, 04:04 PM
  4. Product Info Layout Help Please!!
    By Decostyle in forum Templates, Stylesheets, Page Layout
    Replies: 3
    Last Post: 15 May 2008, 06:13 PM
  5. Product Info / Atributes Layout Help Please!
    By slabadoo in forum Templates, Stylesheets, Page Layout
    Replies: 2
    Last Post: 3 Jan 2007, 08:40 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