Results 1 to 3 of 3
  1. #1
    Join Date
    Sep 2008
    Location
    New Mexico
    Posts
    4
    Plugin Contributions
    0

    Have a Drink Change Subcategory Images/Columns

    My template uses three columns for the subcategory icons/images, but I need to change it to four. I would also like to change the size of the images and center them on the page. I'm sure I could figure this out if I knew where to go in Admin to do it. I tried looking through the CSS, but didn't find it even referenced.

  2. #2
    Join Date
    Aug 2008
    Posts
    96
    Plugin Contributions
    0

    Default Re: Change Subcategory Images/Columns

    It is said that Admin->configuration->Maximum values->categories per row->4
    *
    Admin->configuration->Images->Sub category image width->your value
    This should do it.
    But I have set it to 3 and still there is only one category per row!?
    I have asked before a few times but no answer.
    Can someone help me with this?
    I would like to have 3 categories per row. tried with image width 5px it didnt help.

  3. #3
    Join Date
    Sep 2008
    Posts
    95
    Plugin Contributions
    0

    Default Re: Change Subcategory Images/Columns

    Quote Originally Posted by procella View Post
    It is said that Admin->configuration->Maximum values->categories per row->4
    *
    Admin->configuration->Images->Sub category image width->your value
    This should do it.
    But I have set it to 3 and still there is only one category per row!?
    I have asked before a few times but no answer.
    Can someone help me with this?
    I would like to have 3 categories per row. tried with image width 5px it didnt help.
    Hi Procella,

    What you are trying to do, I have faced the same problem, but like most of the formatting of website design it is also controlled by stylesheet.

    Just locate #logo in your template's css.

    There you will able to see text-align: center;, just delete that. It also controls center box contents, mine works, you see does that solve your issue.

    or you can change like this also:
    Code:
    #logo {
    	text-align: center;
    	}
    
    .centerBoxContents, .specialsListBoxContents, .categoryListBoxContents, .centerBoxContentsAlsoPurch, .attribImg {
    	float: left;
    	}
    ~ Time
    Last edited by time111; 23 Oct 2008 at 10:45 AM.

 

 

Similar Threads

  1. Spacing between subcategory columns
    By GG01 in forum Templates, Stylesheets, Page Layout
    Replies: 0
    Last Post: 27 Sep 2008, 08:18 AM
  2. Replies: 3
    Last Post: 30 May 2008, 09:40 PM
  3. Can I put 2 columns in for subcategory images?
    By stormysar in forum Templates, Stylesheets, Page Layout
    Replies: 3
    Last Post: 10 Feb 2008, 06:47 PM
  4. Place images in columns using Popup on Attribute Images
    By HandcraftedUK in forum All Other Contributions/Addons
    Replies: 1
    Last Post: 2 Nov 2007, 01:51 PM
  5. Change Subcategory Images Per Row
    By halestorm in forum Templates, Stylesheets, Page Layout
    Replies: 4
    Last Post: 22 Aug 2007, 07:05 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