Page 1 of 4 123 ... LastLast
Results 1 to 10 of 39
  1. #1
    Join Date
    Apr 2008
    Posts
    24
    Plugin Contributions
    0

    Default Subcategory Layout Question!!

    Currently, my subcategories have image links in the center box and are lining up on the left. Does anyone know how to change it from lining up like this:

    sub 1
    sub 2
    sub 3

    to this:

    sub 1 sub 2 sub 3
    sub 4 etc...

    ???
    Thank you

  2. #2
    Join Date
    Oct 2007
    Posts
    51
    Plugin Contributions
    0

    Default Re: Subcategory Layout Question!!

    In Admin
    go to Configure
    maximum values
    categories to list per row and change this to 3.
    To get the pictures to line up correctly I had to edit my category picture so that zencart did not resize them plus my conversion rate has increased with larger category pics 150x150 and the bounce rate has decreased
    Jimmy6Bellies

  3. #3
    Join Date
    Apr 2008
    Posts
    24
    Plugin Contributions
    0

    Default Re: Subcategory Layout Question!!

    Hey James, I did that and it is already set to 3. problem is the all line up to the left of the center box. They used to be side by side. Still the same issue as before. Thankyou for your help but still havin problems...

  4. #4
    Join Date
    Oct 2007
    Posts
    51
    Plugin Contributions
    0

    Default Re: Subcategory Layout Question!!

    Ok i have had this problem and it took some fiddling. Try changing to 2.5 then 3.5 and see if this works. I needed 3 across and when set to 3 it went 3 and 1 below 3 and 1 below when I changed to 2.5 it went 3 across
    Jimmy6Bellies

  5. #5
    Join Date
    Oct 2007
    Posts
    51
    Plugin Contributions
    0

    Default Re: Subcategory Layout Question!!

    Can you send a link to the page
    Jimmy6Bellies

  6. #6
    Join Date
    Apr 2008
    Posts
    24
    Plugin Contributions
    0

    Default Re: Subcategory Layout Question!!

    Sure here is the link:

    FlameDepot.com

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

    Default Re: Subcategory Layout Question!!

    You have lost the default "float: left;" that makes the subcat images line up in rows.
    You also have a typo that is keeping the title font from appearing as specified.
    Existing:
    Code:
    }.wrapperAttribsOptions .back {clear: both;}..categoryListBoxContents a:link {
            font-size: 1.2em;
    	color: #FF0000;
    	}
    .categoryListBoxContents a:hover {
            font-size: 1.2em;
    	color: #000000;
    	}
    Remove the extra "." in front of .categoryListBoxContents a:link, and add a new line:
    .categoryListBoxContents {float: left; text-align: center;}
    Code:
    }
    .wrapperAttribsOptions .back {clear: both;}
    .categoryListBoxContents a:link {
            font-size: 1.2em;
    	color: #FF0000;
    	}
    .categoryListBoxContents a:hover {
            font-size: 1.2em;
    	color: #000000;
    	}
    .categoryListBoxContents {
    	float: left; 
    	text-align: center;
    	}

  8. #8
    Join Date
    Apr 2008
    Posts
    24
    Plugin Contributions
    0

    Default Re: Subcategory Layout Question!!

    Thanks Glenn,

    But since I am new where am I looking to place this code?

    Sorry im new

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

    Default Re: Subcategory Layout Question!!

    The existing code is at the bottom of your /includes/templates/your_template/css/stylesheet.css. You can add the new line in the same area.

  10. #10
    Join Date
    Apr 2008
    Posts
    24
    Plugin Contributions
    0

    Default Re: Subcategory Layout Question!!

    is that on my local server provider?

 

 
Page 1 of 4 123 ... LastLast

Similar Threads

  1. Edit Subcategory Layout
    By mattk251285 in forum Templates, Stylesheets, Page Layout
    Replies: 6
    Last Post: 25 Nov 2011, 09:51 AM
  2. Changing layout of subcategory
    By rgerards in forum Templates, Stylesheets, Page Layout
    Replies: 9
    Last Post: 29 Jul 2009, 12:07 AM
  3. Subcategory Image Layout in Explorer
    By dietcokelemon in forum Basic Configuration
    Replies: 2
    Last Post: 4 Aug 2006, 01:21 AM

Bookmarks

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
Zen-Cart, Internet Selling Services, Klamath Falls, OR