Results 1 to 4 of 4

Hybrid View

  1. #1
    Join Date
    Aug 2009
    Posts
    43
    Plugin Contributions
    0

    Default customize product listing table

    Hello,

    I'm trying to customize the product listing table, because it's pushing the right table out the collum.

    see here:
    http://www.dlsounds.com/music/index....=index&cPath=1

    Anyone knows where and how to fix this?
    I already tried tpl_modules_product_listing.php but no luck!

    note! we're using a music add on
    Many thanks!

  2. #2
    Join Date
    Apr 2006
    Location
    London, UK
    Posts
    10,569
    Plugin Contributions
    25

    Default Re: customize product listing table

    The structure of that template bears no resemblance to Zen Cart's standard structure which will make it very hard to answer your question - basically we'd have to learn about the structure of the resulting page and then guess at how your template provider has achieved that. I recommend going straight to the template provider.
    Kuroi Web Design and Development | Twitter

    (Questions answered in the forum only - so that any forum member can benefit - not by personal message)

  3. #3
    Join Date
    Jul 2005
    Location
    Upstate NY
    Posts
    22,010
    Plugin Contributions
    25

    Default Re: customize product listing table

    Your stylesheet_tm.css has
    Code:
    .center_indent { 
        padding:10px 15px 15px 15px;
        }
    Changing that to
    Code:
    .center_indent { 
        padding:10px 0px 15px 0px;
        }
    will fix the overflow.

    Looking at the center elements in Firebug showed which ones had padding (a possible cause of the observed behavior), narrowing the search a lot. Without that, it would have been a nightmare to find.
    Last edited by gjh42; 11 Aug 2009 at 02:27 PM.

  4. #4
    Join Date
    Aug 2009
    Posts
    43
    Plugin Contributions
    0

    Default Re: customize product listing table

    thanks guys!

    i defined a width.

    Code:
    .center_indent {
    	padding:10px 15px 15px 15px;
    	width: 405px;
    seems to work in all the browsers.. except ie8 ofcourse

 

 

Similar Threads

  1. Customize image on product listing
    By taguchi_isara in forum Templates, Stylesheets, Page Layout
    Replies: 0
    Last Post: 26 Nov 2007, 10:37 AM
  2. Customize product listing
    By taguchi_isara in forum Templates, Stylesheets, Page Layout
    Replies: 0
    Last Post: 26 Nov 2007, 09:01 AM
  3. Customize Product Listing Page
    By point4design in forum Templates, Stylesheets, Page Layout
    Replies: 2
    Last Post: 28 Oct 2006, 01:01 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