Results 1 to 7 of 7
  1. #1
    Join Date
    Jun 2007
    Location
    England
    Posts
    23
    Plugin Contributions
    0

    Default catagory/subcatagory layout

    I intend to have images for all my catagory/subcatagorys but want them to show 3 coloumns across on the page rather than one long column as it is now. I can't seem to find out where or how to do this.

    If anyone could point me in the right direction it would be much appreciated.

    Thanks.

    http://neonblackonline.co.uk/shop/

  2. #2
    Join Date
    Jun 2007
    Location
    England
    Posts
    23
    Plugin Contributions
    0

    Default Re: catagory/subcatagory layout

    Hmm I just changed back to the 'classic' layout and it seems they already show in 3 columns.
    Must be something I have changed in the stylesheet that made them go in one long coloumn.

    Now to start searching!

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

    Default Re: catagory/subcatagory layout

    Looks like you've already found & fixed that...

    What was it, for general edification?

  4. #4
    Join Date
    Jun 2007
    Location
    England
    Posts
    23
    Plugin Contributions
    0

    Default Re: catagory/subcatagory layout

    Well I have found what it was, I was using this:

    #logo, .centerBoxContents, .specialsListBoxContents, .categoryListBoxContents, .centerBoxContentsAlsoPurch, .attribImg {
    text-align: center;
    }

    to center my header, which was also centering the catagories to one column.

    So I have put it back to:

    #logo, .centerBoxContents, .specialsListBoxContents, .categoryListBoxContents, .centerBoxContentsAlsoPurch, .attribImg {
    float: left;
    }

    but now my header isn't center...

  5. #5
    Join Date
    Jun 2007
    Location
    England
    Posts
    23
    Plugin Contributions
    0

    Default Re: catagory/subcatagory layout

    Edit: still not working

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

    Default Re: catagory/subcatagory layout

    You just need to separate out the selectors that you want different from the rest:

    .centerBoxContents, .specialsListBoxContents, .categoryListBoxContents, .centerBoxContentsAlsoPurch, .attribImg {
    float: left;
    }

    #logo {
    text-align: center;
    }

  7. #7
    Join Date
    Jun 2007
    Location
    England
    Posts
    23
    Plugin Contributions
    0

    Default Re: catagory/subcatagory layout

    Brilliant, thanks very much!

    I will get a hang of this stylesheet business one day

 

 

Similar Threads

  1. trouble catagory/subcatagory images showing
    By timber wolf in forum Setting Up Categories, Products, Attributes
    Replies: 3
    Last Post: 28 Jan 2009, 02:59 AM
  2. Changeing catagory layout?
    By BillNally in forum Templates, Stylesheets, Page Layout
    Replies: 17
    Last Post: 19 Jan 2007, 06:30 PM
  3. Sub/Catagory Layout
    By mrbig in forum Setting Up Categories, Products, Attributes
    Replies: 0
    Last Post: 10 Sep 2006, 10:31 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