Results 1 to 3 of 3

Hybrid View

  1. #1
    Join Date
    Nov 2007
    Posts
    25
    Plugin Contributions
    0

    Default Where to remove these gaps?

    Hi all.

    Now, I know this must be easy to sort out, but I dont want to go editing experiementally right now. I'm trying to get zenned but I think I've mashed my brain up trying too hard!

    Take a look at this:
    http://stargate.terrassl.net/~admin3...jrr9l074ec0340

    1) The odd products have a pink BG, which IS what I want, but why the white gaps? I cant see any padding anywhere!!

    Also, is there any simple way to move the product description to where the 'Date Added' data is displayed.

    While we're talking Date Added, can I hide that fromt his view but still allow products to show in the new products category.

    Apologies if these are easy, I'm SO fatigued!

  2. #2
    Join Date
    Mar 2008
    Location
    Cape Town & London (depends on the season)
    Posts
    2,975
    Plugin Contributions
    0

    Default Re: Where to remove these gaps?

    Not sure if this is the cause, but look in:-

    includes/templates/template_default/templates/tpl_modules_products_all_listing.php

    The first few lines are:-

    PHP Code:
    <?php
    /**
     * Module Template
     *
     * Loaded automatically by index.php?main_page=products_all.<br />
     * Displays listing of All Products
     *
     * @package templateSystem
     * @copyright Copyright 2003-2006 Zen Cart Development Team
     * @copyright Portions Copyright 2003 osCommerce
     * @license http://www.zen-cart.com/license/2_0.txt GNU Public License V2.0
     * @version $Id: tpl_modules_products_all_listing.php 4629 2006-09-28 15:29:18Z ajeh $
     */
    ?>
    <table border="0" width="100%" cellspacing="2" cellpadding="2">
              <tr>
                <td colspan="3"><hr /></td>
              </tr>
    Try the following:-

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

    (You may need to increase the cellpadding...)

    Remember to save the edited file to:-

    includes/templates/classic/templates/tpl_modules_products_all_listing.php

  3. #3
    Join Date
    Nov 2007
    Posts
    25
    Plugin Contributions
    0

    Default Re: Where to remove these gaps?

    Thanks Fairestcape, thats done the trick.

 

 

Similar Threads

  1. Where are these images?
    By adiamond in forum Templates, Stylesheets, Page Layout
    Replies: 2
    Last Post: 31 Jan 2011, 05:10 PM
  2. Where are these break tags?
    By GrandmaJ in forum General Questions
    Replies: 6
    Last Post: 19 Mar 2007, 10:18 PM
  3. Where are these styles??
    By BekahRuth in forum Basic Configuration
    Replies: 1
    Last Post: 18 Feb 2007, 04:21 AM
  4. where do I correct these
    By penandpencils in forum General Questions
    Replies: 1
    Last Post: 27 Dec 2006, 09:13 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
disjunctive-egg