Results 1 to 2 of 2
  1. #1

    Default Placement of Additional Image

    Okay, I was able to get the additional images working and after seeing that it put them on the bottom I decided to see if I could move them. I moved it up under the price where I wanted it in my templates tpl_product_info_display.php file and moved it to the right using the CSS file (text-align: right;) . Now I would like to move it up so that it is tucked in nicely under the price and next to the main picture. See the below link

    https://www.twowheeltannery.com/inde...s_id=226&zenid=

    Any help would be appreciated.

    Mike

  2. #2
    Join Date
    Jan 2005
    Location
    USA, St. Louis
    Posts
    3,710
    Plugin Contributions
    9

    Default Re: Placement of Additional Image

    Quote Originally Posted by mdegeiso View Post
    Okay, I was able to get the additional images working and after seeing that it put them on the bottom I decided to see if I could move them. I moved it up under the price where I wanted it in my templates tpl_product_info_display.php file and moved it to the right using the CSS file (text-align: right;) . Now I would like to move it up so that it is tucked in nicely under the price and next to the main picture. See the below link

    https://www.twowheeltannery.com/inde...s_id=226&zenid=

    Any help would be appreciated.

    Mike
    It can be done, though you'll need to make more changes to tpl_product_info_display.php

    What I would do is create a new div, that goes around the product image, name, price AND additional images. Perhaps you can name it like this:
    <div id="holder">

    Now, you'll need to create another div that holds the Product Name and the Product price, perhaps you can name it like this:
    <div id="namePrice">

    Then you'll need to float namePrice left, and make it narrower, else it will never fit in the leftover space: #namePrice {float:left;width:250px;}

    You'll want to decrease the margin on #productMainImage.

    You'll need to remove the <br> that is right after:<!--eof Main Product Image-->

    You'll also need to float left #productAdditionalImages, and then add a <br class="clearBoth" /> after the additional images.

    I think that will get you most of the way there!

 

 

Similar Threads

  1. additional image location/placement
    By jay1981 in forum Templates, Stylesheets, Page Layout
    Replies: 5
    Last Post: 19 Apr 2010, 02:03 PM
  2. Image Placement
    By eggdashure in forum Templates, Stylesheets, Page Layout
    Replies: 2
    Last Post: 18 Mar 2009, 03:03 AM
  3. Image Placement
    By Resqjock in forum Templates, Stylesheets, Page Layout
    Replies: 1
    Last Post: 6 Mar 2009, 12:52 AM
  4. Additional image location - placement
    By taodesigns in forum Templates, Stylesheets, Page Layout
    Replies: 5
    Last Post: 15 Nov 2008, 10:28 AM
  5. Image placement
    By Crazy in forum Templates, Stylesheets, Page Layout
    Replies: 4
    Last Post: 6 Jun 2007, 07:40 AM

Bookmarks

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
Zen-Cart, Internet Selling Services, Klamath Falls, OR