Results 1 to 3 of 3
  1. #1
    Join Date
    Jun 2004
    Posts
    113
    Plugin Contributions
    0

    Default productListing - vertical spacing

    How do I add a little space between the items in a productListing? Specifically, when I go to a category with multiple products, the image for each product touches the next image (vertically). I tried adding a productListing-odd (and even) class with margin on the top and bottom, but that didn't do anything.

    THANKS!

  2. #2
    Join Date
    Mar 2004
    Posts
    688
    Plugin Contributions
    0

    Default Re: productListing - vertical spacing

    .productListing-odd td, .productListing-even td {
    text-align: left;
    vertical-align: top;
    padding:0.5em;
    margin-bottom: 1em;
    border-bottom: 3px double #aaccbb; /*adjust to taste*/

    add the above to your stylesheet.css

  3. #3
    Join Date
    Jun 2004
    Posts
    113
    Plugin Contributions
    0

    Default Re: productListing - vertical spacing

    Aha - I forgot the "td" when I tried it.

    And THANKS for the other tweaks, the left-justification, top-align and bottom border all look great!!

 

 

Similar Threads

  1. v151 Vertical Spacing in Newsletter
    By Trifon in forum General Questions
    Replies: 1
    Last Post: 6 Nov 2013, 10:31 PM
  2. v138a Vertical spacing problems when creating a newsletter.
    By unique in forum General Questions
    Replies: 5
    Last Post: 12 Aug 2013, 09:04 PM
  3. Alter Vertical Spacing of Products in Cats
    By Kubaceski in forum Templates, Stylesheets, Page Layout
    Replies: 5
    Last Post: 1 Apr 2009, 06:20 PM
  4. Contact Us - How do I add some vertical spacing?
    By chabates in forum Templates, Stylesheets, Page Layout
    Replies: 2
    Last Post: 16 May 2008, 05:16 PM
  5. column layout grid extra vertical spacing
    By davidf in forum Templates, Stylesheets, Page Layout
    Replies: 2
    Last Post: 19 Jan 2007, 01:32 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