Results 1 to 4 of 4

Hybrid View

  1. #1
    Join Date
    Feb 2008
    Posts
    36
    Plugin Contributions
    0

    Default Attribute images overlaps each other

    Hi. I inserted some attributes for a product, but the images are overlapping. Another issue is a tiny thumbnail on the bottom of the product page. How can I increase the space for each attribute images? And how can I remove the small image on the bottom? Thank you in advance!

    The page: http://cedardelight.com/index.php?ma...products_id=13

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

    Default Re: Attribute images overlaps each other

    I do not see these overlapping in FF or IE??

    But if you will have no more than 3 you can space them out by changing the value to 30% in
    Code:
    .attribImg {
    	width: 30%;
    	margin: 0.3em 0em;
    }
    For some reason where others have issues with additional images you are getting them when you do not want them - as this is a naming auto magic thing you can either change to unique names where this seems to be being picked up as a bas image name and then the additonal (base name highlighted for clarity)

    SquarePanelSingleShort.jpg
    SquarePanelSingleShortNarro.jpg

    Or if you never want to use additional images:

    admin > config > images > Product Info - Number of Additional Images per Row > set to "0"
    Zen-Venom Get Bitten

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

    Default Re: Attribute images overlaps each other

    Hi, kobra,

    That's exactly what I needed. The reason that you didn't see overlap was because I cropped images so that they could fit in 20% width after I posted the question.

    I changed attribImg to 33% in stylesheet and changed the name of the image which appeared on the bottom, then everything has been solved! Thanks alot!

  4. #4
    Join Date
    Nov 2007
    Posts
    10
    Plugin Contributions
    1

    Default Re: Attribute images overlaps each other

    Beautiful! The pros come through once again!

 

 

Similar Threads

  1. On some pages my images overlap each other?
    By kirstypell in forum Templates, Stylesheets, Page Layout
    Replies: 8
    Last Post: 16 Jul 2009, 01:49 PM
  2. How to get additional images to align next to each other?
    By JHouse in forum Templates, Stylesheets, Page Layout
    Replies: 4
    Last Post: 6 Jul 2009, 07:27 PM
  3. Help needed - additional images covering each other
    By travellers in forum Templates, Stylesheets, Page Layout
    Replies: 2
    Last Post: 30 Jan 2009, 10:06 PM
  4. Add Images to each Attribute
    By vanreus in forum Setting Up Categories, Products, Attributes
    Replies: 1
    Last Post: 21 Nov 2006, 11:34 AM
  5. Sidebox Shopping Cart overlaps other sideboxes...
    By MSGOK in forum Basic Configuration
    Replies: 5
    Last Post: 24 Jun 2006, 06:39 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