Results 1 to 6 of 6
  1. #1
    Join Date
    Jun 2008
    Posts
    1
    Plugin Contributions
    0

    Default How do I add Dotted line/ space in between product listing

    http://www.dupermall.com/index.php?m...=index&cPath=2

    These items are together I want to add a space between each item SOMETHING like the link Below

    http://jordan23jordan.com/shop/nsorthtml.asp?nsort_id=7

    Can anyone Help

  2. #2
    Join Date
    Apr 2004
    Location
    UK
    Posts
    5,821
    Plugin Contributions
    2

    Default Re: How do I add Dotted line/ space in between product listing

    Add space between product listing at
    http://www.zen-cart.com/forum/showpo...62&postcount=2

  3. #3
    Join Date
    Jun 2006
    Location
    My family and I live in Brighton, England
    Posts
    982
    Plugin Contributions
    0

    Default Re: How do I add Dotted line/ space in between product listing

    You might want to look at the Column Divider Pro add-on. It creates a dotted line between products to dress it up a bit and create a visual separation.

  4. #4
    Join Date
    Jun 2008
    Posts
    6
    Plugin Contributions
    0

    Default Re: How do I add Dotted line/ space in between product listing

    hello,
    i tried what you said, but its not working fro me,
    can yo give me more details on how to get the doted line between product listing.
    i am usin zen cart 1.38 with the default theam

    Thanks

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

    Default Re: How do I add Dotted line/ space in between product listing

    The .productListing-data selectors the op is using work, although in that case the dotted line messes up at the joint between elements.

    Unfortunately, it is apparently not possible to give padding or border properties to table row <tr> elements.

    The double dotted line is not a standard CSS border-style, so you will need to create your own if you want that. Make an image gif of the double dotted line with transparent background, say 100px wide x 5 px high, save it as /includes/templates/your_template/images/dbldotted.gif, and use that as the background for your products.
    Code:
    .productListing-odd, .productListing-even {
        background: url(../images/dbldotted.gif) bottom center repeat-x;
        }
    Last edited by gjh42; 16 Jun 2008 at 05:01 AM.

  6. #6
    Join Date
    Jun 2008
    Posts
    6
    Plugin Contributions
    0

    Default Re: How do I add Dotted line/ space in between product listing

    thanks, i will try that

 

 

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. v139h How do I delete the dead space between the category description and product listing ?
    By HeyIts007 in forum Templates, Stylesheets, Page Layout
    Replies: 1
    Last Post: 9 Nov 2012, 08:30 AM
  3. Add line space between catagory listings
    By btman in forum Templates, Stylesheets, Page Layout
    Replies: 4
    Last Post: 9 Aug 2011, 03:59 PM
  4. How do I add space in between product listing?
    By LTaylorBrown in forum Setting Up Categories, Products, Attributes
    Replies: 27
    Last Post: 4 Jun 2010, 09:52 PM
  5. Product listing add space between image
    By mimi78 in forum Templates, Stylesheets, Page Layout
    Replies: 6
    Last Post: 30 Mar 2009, 02:37 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