Results 1 to 4 of 4
  1. #1
    Join Date
    Aug 2006
    Posts
    14
    Plugin Contributions
    0

    Product Atribute Images... Columns?

    Hello! I have been reading this forum for a couple of days now and it has been UBER helpful!

    It is my turn to ask questions now

    On this page in particular:
    http://www.miabella-boutique.com/sho...&products_id=1
    You can see where I am adding MANY option images...

    Is it possible to keep them from all lining up like that? I would like 4 columns of images instead of one.

    Many apologies if this answer is staring me in the face. I have done little but work on this site for 2 days now... I may be missing something due to exhaustion

    Thanks!

  2. #2
    Join Date
    Jul 2006
    Posts
    119
    Plugin Contributions
    0

    Default Re: Product Atribute Images... Columns?

    To get mor then one column go to Catalog->Option Name Manager. Edit the option name you are using the attribute images with and change the "Attribute Images per Row:" from 0 to 4.

    Then you cam mess with the style by putting the in the stylesheet.
    Code:
    div .attribImg {
    	float: right;
    	margin: 5px;
            etc...
    	}


    I hope this helps. I just figured this out about 20 mins ago then saw your post.

    Brad

  3. #3
    Join Date
    Aug 2006
    Posts
    14
    Plugin Contributions
    0

    Default Re: Product Atribute Images... Columns?

    ETA: I GOT IT!!! THANK YOU FOR YOUR HELP!!!! YAY!!!!



    This issue is not solved... When you say:

    Quote Originally Posted by sonicparke
    Then you cam mess with the style by putting the in the stylesheet.
    Code:
    div .attribImg {
    	float: right;
    	margin: 5px;
            etc...
    	}
    What should my code look like in my stylesheet?
    Right now it says this:
    Code:
    .attribImg {
    	width: 20%;
    	margin: 0.3em 0em;
    I do not see what I should be changing...

  4. #4
    Join Date
    Jul 2006
    Posts
    119
    Plugin Contributions
    0

    Default Re: Product Atribute Images... Columns?

    Quote Originally Posted by chanda
    ETA: I GOT IT!!! THANK YOU FOR YOUR HELP!!!! YAY!!!!



    This issue is not solved... When you say:



    What should my code look like in my stylesheet?
    Right now it says this:
    Code:
    .attribImg {
    	width: 20%;
    	margin: 0.3em 0em;
    I do not see what I should be changing...

    yeah. I took that out of the code for now. The mouseover I had was absolutley positioning the larger image over top of the main product image. That look great when it's maximized on my screen but it was not fluid. So unless I an figure out how to put it into the div that holds the main image then I can't use the mouse over css poup code.

    I'm all ears for any other suggestions on how to show larger attribute images.

 

 

Similar Threads

  1. v150 Question regarding product atribute hiding on webpage
    By MarkoSiroki in forum Setting Up Categories, Products, Attributes
    Replies: 0
    Last Post: 11 Jul 2012, 12:53 PM
  2. I want product listing images centered, but the other two columns left-justified?
    By tlyczko in forum Templates, Stylesheets, Page Layout
    Replies: 0
    Last Post: 31 Oct 2008, 04:51 PM
  3. Replies: 3
    Last Post: 30 May 2008, 09:40 PM
  4. Help with atribute images
    By jld in forum Setting Up Categories, Products, Attributes
    Replies: 4
    Last Post: 14 Dec 2007, 12:58 AM
  5. Mouseover atribute images
    By ckosloff in forum Templates, Stylesheets, Page Layout
    Replies: 2
    Last Post: 3 Jun 2007, 09:00 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