Jump to content

Recommended Posts

Hi there,

I have a question about my page here at 
http://www.northwalesinks.com/store/ink-cartridges.html As you can see 
it's a category level page and ideally I would like 5 sub-categories across the page rather than the 6 that are displayed at the moment.

 

I've looked around the admin area and can't see anywhere obvious, can anyone give me a hint where I should be looking for this change?

Thanks :)

Link to comment
Share on other sites

In the skin file common.css, line 404, you can adjust the width from 80 to 111px. This is just right to get 5 evenly spaced icons across the width of that center area.

 

But then, you will need to go to the content.category.php template file and make this edit:

  <div class="subcategory">
    <a href="{$subcat.url}" title="{$subcat.cat_name}">
      <img src="{$subcat.cat_image}" alt="{$subcat.cat_name}" />
    </a><br />
    <a href="{$subcat.url}" title="{$subcat.cat_name}">{$subcat.cat_name}</a>
  </div>
Add <br /> after the first </a>.
Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...