Results 1 to 8 of 8
  1. #1
    Join Date
    Aug 2012
    Posts
    6
    Plugin Contributions
    0

    Default Attribute image horizontal layout

    Hi there, I am in desperate need of help, I need to set my images horizontally as there are too many to list in colum but I am having problems with it and can't get them to work I have read various posts on here but can't make head nor tail of it.

  2. #2
    Join Date
    Feb 2005
    Location
    Lansing, Michigan USA
    Posts
    20,021
    Plugin Contributions
    3

    Default Re: Attribute image horizontal layout

    A link to your site would help.

  3. #3
    Join Date
    Aug 2012
    Posts
    6
    Plugin Contributions
    0

    Default Re: Attribute image horizontal layout

    yeah good point sorry here is the page i want to do http://nsigns.co.uk/shop/index.php?m...roducts_id=868

  4. #4
    Join Date
    Feb 2005
    Location
    Lansing, Michigan USA
    Posts
    20,021
    Plugin Contributions
    3

    Default Re: Attribute image horizontal layout

    Find the .attribImg rule in your stylesheet and make it look something like this:

    .attribImg {
    width:20%;
    margin: 0 3em 2em 2em;
    float: left;
    }

    You can adjust the numbers to suit.

  5. #5
    Join Date
    Aug 2012
    Posts
    6
    Plugin Contributions
    0

    Default Re: Attribute image horizontal layout

    Thanks you your help so far but still nothing ive added that to the stylesheet.

  6. #6
    Join Date
    Feb 2005
    Location
    Lansing, Michigan USA
    Posts
    20,021
    Plugin Contributions
    3

    Default Re: Attribute image horizontal layout

    Looks different here. Try this:

    #productAttributes {
    width: 650px;
    }

    .attribImg {
    width: 80px;
    margin:1.3em 4em 1em 2em;
    float: left;
    }

  7. #7
    Join Date
    Aug 2009
    Location
    Longs, SC
    Posts
    626
    Plugin Contributions
    2

    Default Re: Attribute image horizontal layout

    What do you mean by horizontally? Do you mean to display in 4 columns instead of three? All in a line from left to right? What Steve suggested will change the size of the div but the images are 125px wide.

  8. #8
    Join Date
    Aug 2012
    Posts
    6
    Plugin Contributions
    0

    Default Re: Attribute image horizontal layout

    What I mean is as there are a few images I want them in rows or three or four to save space

 

 

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. Horizontal Attribute Layout
    By matt123 in forum Templates, Stylesheets, Page Layout
    Replies: 6
    Last Post: 7 Aug 2009, 08:24 AM
  3. Attribute layout horizontal
    By mustang in forum Setting Up Categories, Products, Attributes
    Replies: 8
    Last Post: 11 Jul 2009, 10:52 PM
  4. Attribute layout - horizontal column
    By oceansofchange in forum Setting Up Categories, Products, Attributes
    Replies: 2
    Last Post: 17 Feb 2009, 08:37 PM
  5. Attribute Image Layout
    By matthewreece in forum Templates, Stylesheets, Page Layout
    Replies: 1
    Last Post: 29 Sep 2008, 03:37 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