I want wider gaps between the info boxes as they look too close together now that I've widened the boxes. How do I change this please ?
This is a discussion on Gaps between info boxes (how do I change ?) within the osCommerce 2.2 Modification Help forums, part of the osCommerce 2.2 Forums category; I want wider gaps between the info boxes as they look too close together now that I've widened the boxes. ...
I want wider gaps between the info boxes as they look too close together now that I've widened the boxes. How do I change this please ?
It is done in in your Catalog/stylesheets.php I just did mine also.
judoka![]()
Here is another way to control space between boxes, and other stuff.
<tr>
<td><?php echo tep_draw_separator('pixel_trans.gif', '100%', '2'); ?></td>
</tr>
The space is controlled by the '2', so if you want to add 2px above your Search box, add this in
catalog/includes/boxes/search.php, near the top just under <!-- search //-->
Cheers,
Eric
![]()
Bookmarks