Results 1 to 4 of 4

Hybrid View

  1. #1
    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.

  2. #2
    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