Results 1 to 4 of 4
  1. #1
    Join Date
    Jun 2011
    Posts
    65
    Plugin Contributions
    0

    Default Additional Images are Overlapping

    Hi all,

    Can someone please help me figure out why my additional images are overlapping?

    I have been trying to fix this for hours now. I tried doing what has worked for other posters and it hasn't worked for me. I have played around with the CSS so much that I'm sure something weird is there but I can't figure it out.

    Here is my site:
    http://lunapetuniadesigns.com/index....&products_id=7

    Thanks so very much for any advice!!!

  2. #2
    Join Date
    Jun 2005
    Location
    Cumbria, UK
    Posts
    10,266
    Plugin Contributions
    3

    Default Re: Additional Images are Overlapping

    Near the bottom of your stylesheet.css file you have a couple of declarations for productAdditional Images that are a dog's breakfast.

    If you tidy them up an not try to force widths and positions with inappropriate CSS, you will find it rights itself.
    20 years a Zencart User

  3. #3
    Join Date
    Jun 2011
    Posts
    65
    Plugin Contributions
    0

    Default Re: Additional Images are Overlapping

    Thanks, Schoolboy!

    I removed this:
    #productAdditionalImages {
    width: 500%
    }

    And changed this:
    #productAdditionalImages {
    width: 1000px;
    margin-left: 50em;
    width: 100px;
    margin: 0em 0em 0em 0em;
    }

    to:

    #productAdditionalImages {
    width: 625px;
    margin-left: 0em;
    margin: 0em 0em 0em 0em;
    }

    And that worked! I knew I had quite mess down there. It probably still isn't perfect but have fixed the overlapping addl images. Thanks!

    ****

    What I originally was trying to do didn't work out though. On the product listings where I have only one additional image, the left margin is still way off. How can I adjust the margins so that the single additional images are all the way to the left underneath the main image?

    http://lunapetuniadesigns.com/index....products_id=12

    Thanks so much for your time and help

  4. #4
    Join Date
    Jun 2011
    Posts
    65
    Plugin Contributions
    0

    Default Re: Additional Images are Overlapping

    I just went ahead and put one image per row and that allows all the images to be left aligned.

    Thanks again!

 

 

Similar Threads

  1. additional images overlapping add to cart box
    By PinkLeopard in forum Templates, Stylesheets, Page Layout
    Replies: 1
    Last Post: 26 Oct 2010, 10:36 AM
  2. Why are my swatch images overlapping on my product attributes ????
    By agentx in forum Setting Up Categories, Products, Attributes
    Replies: 1
    Last Post: 23 Nov 2009, 10:45 AM
  3. Overlapping Additional Images
    By fujitsupalm in forum Templates, Stylesheets, Page Layout
    Replies: 5
    Last Post: 4 Sep 2009, 07:13 PM
  4. additional images overlapping.
    By peeptoe in forum Templates, Stylesheets, Page Layout
    Replies: 5
    Last Post: 1 Sep 2008, 02:22 AM
  5. Where are my Additional Images ?
    By Mike_Dean in forum All Other Contributions/Addons
    Replies: 20
    Last Post: 1 Apr 2008, 05: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