Results 1 to 4 of 4
  1. #1
    Join Date
    Aug 2008
    Posts
    36
    Plugin Contributions
    0

    Default Add seperator between products in product list

    Is there a way to include a seperator between products in the product list? Even if it is just a blank line, that would be Ok.

  2. #2
    Join Date
    Jun 2003
    Posts
    33,720
    Plugin Contributions
    0

    Default Re: Add seperator between products in product list

    Add some padding around the images on that page using your stylesheet.
    Please do not PM for support issues: a private solution doesn't benefit the community.

    Be careful with unsolicited advice via email or PM - Make sure the person you are talking to is a reliable source.

  3. #3
    Join Date
    Aug 2008
    Posts
    36
    Plugin Contributions
    0

    Default Re: Add seperator between products in product list

    Is this the code I need to change?

    /*Image Display*/
    #productMainImage, #reviewsInfoDefaultProductImage, #productReviewsDefaultProductImage, #reviewWriteMainImage {
    margin:0em 1em 1em 0em ;
    }

    I tried changing it but it didn't seem to have any affect on the product list page.

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

    Default Re: Add seperator between products in product list

    You want to pull .productListing-data out of the element the starts with

    .centeredContent, .... {
    text-align: center;
    }


    and then


    .productListing-data {
    text-align: center;
    padding-bottom: 1em;
    }


    or however much space you want.

 

 

Similar Threads

  1. v139h How can I add space between rows of products on the product listing pages?
    By lina0962 in forum Templates, Stylesheets, Page Layout
    Replies: 1
    Last Post: 22 May 2013, 03:10 PM
  2. need to add seperator in sideboxes and change color of links
    By abs007 in forum Templates, Stylesheets, Page Layout
    Replies: 4
    Last Post: 14 May 2009, 09:52 PM
  3. Placing a seperator between categories
    By delboy1203 in forum Setting Up Categories, Products, Attributes
    Replies: 2
    Last Post: 11 Sep 2008, 06:11 AM
  4. How add space between products?
    By alma1 in forum Setting Up Categories, Products, Attributes
    Replies: 2
    Last Post: 20 Aug 2008, 01:26 AM
  5. How to add a gap between products
    By dasonix in forum Templates, Stylesheets, Page Layout
    Replies: 3
    Last Post: 14 May 2007, 01:46 PM

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