Results 1 to 6 of 6
  1. #1
    Join Date
    Feb 2009
    Posts
    419
    Plugin Contributions
    0

    Default Product Listing Page - Rows Style - Can't alter layout

    I've done everything I can think of ....

    a) add padding to the id cat1table
    b) add a row with height to the tabular_display.php file
    c) add padding to productListing_odd/even

    But for the life of me, I can't get the rows on the product listing page to spread out from each other, including the row header and the number of products display at bottom. Everything is bunched together.

    I also want the product name and description to be valign=top (aligned with top of image) ... or at least have the ability to switch between top or bottom align, depending on which the client ultimately wants.

    Here's the page I'm using to work on:
    http://www.ihealthdistributors.com/s...=index&cPath=1

    Here is my CSS for those elements:

    Code:
    /*Product Listing Page*/
    cat1Table {
        padding: 5px 0;
        }
        
    .productListing-rowheading {
        padding: 10px 0;
        }
        
    .productListing-data {
        valign: top;
        text-align: left;
        padding: 0;
        }
        
    .itemTitle {
        valign: top;
        padding: 0 0 0 10px;
        }
        
    .listingDescription {
        padding: 0 20px 0 10px;
        }
        
    .productListing-odd {
        margin: 5px 0;
        }
        
    .productListing-even {
        margin: 5px 0;
        }
    I'll keep working on this after I post here ... so you may see changes, or maybe not.

  2. #2
    Join Date
    Feb 2005
    Location
    Lansing, Michigan USA
    Posts
    20,021
    Plugin Contributions
    3

    Default Re: Product Listing Page - Rows Style - Can't alter layout

    One way would be to add:

    #productListing img {margin: 2em 0 2em 0;}

  3. #3
    Join Date
    Feb 2009
    Posts
    419
    Plugin Contributions
    0

    Default Re: Product Listing Page - Rows Style - Can't alter layout

    See - I told my client someone will point out the obvious for me!

    Thank you so much! That helps immensely.

  4. #4
    Join Date
    Feb 2005
    Location
    Lansing, Michigan USA
    Posts
    20,021
    Plugin Contributions
    3

    Default Re: Product Listing Page - Rows Style - Can't alter layout

    I've had trouble styling the classes and ids you were working with, too.

  5. #5
    Join Date
    Jan 2011
    Posts
    53
    Plugin Contributions
    0

    Default Re: Product Listing Page - Rows Style - Can't alter layout

    i had the same problem..thanks, how can i add borders in between them? im having the same problem with the divs

  6. #6
    Join Date
    Jan 2011
    Posts
    53
    Plugin Contributions
    0

    Default Re: Product Listing Page - Rows Style - Can't alter layout

    Quote Originally Posted by DontBlink7 View Post
    i had the same problem..thanks, how can i add borders in between them? im having the same problem with the divs
    i got it .. i used

    .productListing-data {
    padding: 0.5em 0.2em 0.5em 0.2em;
    border-top: 1px solid #ededed;
    }

    instead of the answer you provided, but thanks anyway

 

 

Similar Threads

  1. v150 I would like to know the listing style for this layout. I need to alter it.
    By westdh in forum Templates, Stylesheets, Page Layout
    Replies: 2
    Last Post: 31 Aug 2012, 11:23 PM
  2. Product Page Listing - Column/Table layout style?
    By Ren3gade in forum Templates, Stylesheets, Page Layout
    Replies: 1
    Last Post: 15 Mar 2011, 02:05 AM
  3. BUying a template. question on product listing style rows columns
    By purelife in forum Templates, Stylesheets, Page Layout
    Replies: 1
    Last Post: 22 Jun 2010, 06:51 AM
  4. Product Listing layout - how can I make it 3 columns instead of rows?
    By jojo_cool in forum Templates, Stylesheets, Page Layout
    Replies: 2
    Last Post: 8 Mar 2010, 03:25 AM
  5. Product Listing - Layout Style, Columns not fitting to page width
    By murphys in forum Templates, Stylesheets, Page Layout
    Replies: 2
    Last Post: 26 Oct 2009, 02: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