Zen Cart Logo
Forums / Templates, Stylesheets, Page Layout / Centering the subcategories (images and text)

Centering the subcategories (images and text)

Locked

Views: 1,627

Results 1 to 1 of 1
This thread is locked. New replies are disabled.
13 May 2006, 8:26 PM
#1
hadeeya avatar

hadeeya

New Zenner

Join Date:
Apr 2006
Posts:
14
Plugin Contributions:
0

Centering the subcategories (images and text)

I do not like the subcategory images and text to be left aligned. I would like to center them. I don't know if it is a CSS issue or the template.

I found the following code for the subcategories:

<tr>
<?php
 require(DIR_WS_MODULES . 'pages/index/category_row.php');
?>
</tr>

Do I simply add TD tags to center it or is it something that should be altered in the stylesheet?