Jump to content

[Solved] Display of sub catagories


Recommended Posts

To make the text match the image width, change the following line in the /* category.tpl */ section of global.css:

body#category #subcategories li { margin-right: 10px }



to:

body#category #subcategories li { margin-right: 10px; width: 80px }



To choose how many subcategories per line, change lines 35-36 of category.tpl from:

{foreach from=$subcategories item=subcategory}



to:

{foreach from=$subcategories item=subcategory name=subcategories}



Change 4 to the number of subcategories you want per line and 3 to one less than the number of subcategories per line.

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...