Thread: Attribute Box

Page 1 of 2 12 LastLast
Results 1 to 10 of 11
  1. #1
    Join Date
    Sep 2007
    Posts
    25
    Plugin Contributions
    0

    Default Attribute Box

    When I click on a product, it shows the product, attributes, etc. and all it working fine. I want to use images for one of the attributes though. They work fine if I have it set for displaying them 1 across but if I display 2 per row, the images overlap. How to I make the attribute box wider?

    Thanks

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

  3. #3
    Join Date
    Sep 2007
    Posts
    25
    Plugin Contributions
    0

    Default Re: Attribute Box

    http://www.signletterstore.com I've just started building it and still a lot of work to do. The only products you will see the example on right now is the Injection Molded products. I actually have them in a single column now but you can see the image attributes that I am trying to use for "mounting". I would like to put then two across but they overlap when I do.

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

    Default Re: Attribute Box

    signletterstore.com only gets a holding page. Do you have it running in a subdirectory?

  5. #5
    Join Date
    Sep 2007
    Posts
    25
    Plugin Contributions
    0

    Default Re: Attribute Box

    Sorry...I thought I typed it all.

    http://www.signletterstore.com/store

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

    Default Re: Attribute Box

    I see the "mounting" buttons/images.
    Can you set them to two across so I can see the (mis)behavior?

  7. #7
    Join Date
    Sep 2007
    Posts
    25
    Plugin Contributions
    0

    Default Re: Attribute Box

    Done. Thanks.

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

    Default Re: Attribute Box

    The #rightFloat which encloses #productAttributes has a width in the stylesheet of 45%, which obviously cramps the images. (#productAttributes itself has a width of 100%.) However, even setting it to 100% doesn't completely fix it:
    Code:
    #productGeneral #rightFloat {
    	float:left;
    	width:100%;
    	}
    I'll poke around some more and see what else I come up with.

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

    Default Re: Attribute Box

    Here we go.
    .attribImg was set to 20%, so 20% of 45% doesn't leave much room for a picture.
    Code:
    .attribImg {
    	width: 40%; /*more than 50% will force one per line*/
    	margin:0.3em 0;
    	}
    #productGeneral #rightFloat {
    	float:left;
    	width:100%;
    	}

    Assuming these settings were original to the template (not something you changed), you ought to post in the Cherry Zen support thread to let Jade know about the problem.
    Last edited by gjh42; 11 Sep 2007 at 03:18 PM.

  10. #10
    Join Date
    Sep 2007
    Posts
    25
    Plugin Contributions
    0

    Default Re: Attribute Box

    Thanks...sorry about the slow reply but have been on the road all day. I will make the changes and appreciate the help. I have not messed with the settings so will post in that thread. Thanks again.

 

 
Page 1 of 2 12 LastLast

Similar Threads

  1. Attribute Label vs. Attribute Drop-Box: Horizontal Alignment
    By peeplead in forum Setting Up Categories, Products, Attributes
    Replies: 1
    Last Post: 27 Jul 2011, 07:14 PM
  2. Attribute Quantity Box
    By directdesign in forum Setting Up Categories, Products, Attributes
    Replies: 4
    Last Post: 22 Jan 2008, 09:39 AM
  3. Attribute Box Overlap
    By Tig in forum Basic Configuration
    Replies: 2
    Last Post: 21 Dec 2007, 06:27 PM
  4. attribute dropdown box
    By stumped in forum Setting Up Categories, Products, Attributes
    Replies: 2
    Last Post: 25 Mar 2007, 06:36 PM
  5. text box attribute
    By Scarlet in forum Templates, Stylesheets, Page Layout
    Replies: 2
    Last Post: 8 Aug 2006, 01:51 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