Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Adding space between sub categories


Guest

Recommended Posts

Posted

Subcategories are shown as icons after you click a category. I can't find a way to space the icons out (they are too close and it looks really bad). There is space to the left and right, but I want to add space to the top and bottom. Does anyone know where this is controlled? I can edit PHP, I just can't find the place to do it.

 

Example:

 

www. johnmag4u .com/catalog/index.php?cPath=26&osCsid=44e566ecc81fb9aa86936a2cac486f99

 

Remove the spaces in the above link before and after "johnmag4u" - I don't want google to crawl the site.

 

Thanks In Advance!

Posted

Solution:

 

catalog\index.php

 

find lines:

 

<tr>

<td><table border="0" width="100%" cellspacing="0" cellpadding="2">

<tr>

<td><table border="0" width="100%" cellspacing="0" cellpadding="2">

<tr>

 

Change to:

 

<tr>

<td><table border="0" width="100%" cellspacing="0" cellpadding="2">

<tr>

<td><table border="0" width="100%" cellspacing="30" cellpadding="2">

<tr>

 

 

Replace "30" with what you want.

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...