Page 1 of 2 12 LastLast
Results 1 to 10 of 12
  1. #1
    Join Date
    Dec 2006
    Location
    kenner, la
    Posts
    110
    Plugin Contributions
    0

    Default Product Listing--spacing between

    ok if you go to http://luvnbubbles.com/shop/index.ph...dex&cPath=1_15

    it should bring up the catagory bubble bath listing the products is their a way to make the spacing in between each one a bit bigger. if your not sure what i mean if you look at the Bubbles of love 1oz first one listed and the one below it their is no spacing in between and makes the pics looks like they are overlapping

    any help would be great

    maggie

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

    Default Re: Product Listing--spacing between

    You can add spacing in the stylesheet. Add this code and tweak to your heart's content:
    PHP Code:
    /* space & border between listing items */
    .productListing-odd td, .productListing-even td {
        
    vertical-aligntop;
        
    padding0.5em;
        
    margin-bottom1em;
        
    border-bottom3px double #aaccbb;
        

    The padding also controls clearance between elements of each product, and you can set that separately by adding another value:
    padding: 0.5em 1em;
    The first value is top & bottom, the second is left & right.

  3. #3
    Join Date
    Feb 2007
    Posts
    109
    Plugin Contributions
    0

    Default Re: Product Listing--spacing between

    THANK YOU!!!!!!!

    I have been searching for days on how to fix this problem! Thanks

  4. #4
    Join Date
    Feb 2007
    Posts
    42
    Plugin Contributions
    0

    Default Re: Product Listing--spacing between

    My preview images are overlapping and I tried the code that was pasted here but it's not working for me. Any suggestions?

    Example

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

    Default Re: Product Listing--spacing between

    You are looking at the additional images, which are controlled by completely different selectors.
    #productAdditionalImages is the whole block of images;
    .additionalImage covers each individual image.

    In my 800x600 monitor, they overlap by 50px or so and the right one spills over the sidebox. Maybe your images are too big to fit in the probably 33% width the code is specifying? Have you tried two images per row?

  6. #6
    Join Date
    Feb 2007
    Posts
    42
    Plugin Contributions
    0

    Default Re: Product Listing--spacing between

    I have no idea how to only have 2 images per row. I tried to do that in the stylesheet but nothing is working. I thought I finally had the hang of everything but now it seems like spacing is my problem. Not just with the additional images but also on another page. I can't even get to seperate paragraphs. I made seperate paragraphs in ez-pages but when I view it on my site the spaces disappear. I have no idea why...

    Like on this page there was supposed to be the first 2 banners then I hit enter twice so there would be an empty line before the text but that disappeared too.

    example

  7. #7
    Join Date
    Feb 2007
    Posts
    42
    Plugin Contributions
    0

    Default Re: Product Listing--spacing between

    Fixed it...there's a setting in admin to decide how many images per row. Thank you for the help!

  8. #8
    Join Date
    Sep 2006
    Location
    Ruckersville, VA, USA
    Posts
    286
    Plugin Contributions
    0

    Default Re: Product Listing--spacing between

    Glenn,

    That is a great ix! It is not only effective, but it has class as well. Thank you for posting this fix. You done real good.

    John Underwood, jund

  9. #9
    Join Date
    May 2006
    Posts
    15
    Plugin Contributions
    0

    Default Re: Product Listing--spacing between

    This fix has worked great for me also. thanks guys

  10. #10
    Join Date
    Jun 2008
    Posts
    3
    Plugin Contributions
    0

    Default Re: Product Listing--spacing between

    I've been trying to fix this strange issue in IE for hours. If you click on the page below, if you are in firefox everything looks fine. Product image and Product price + Product Name all are flushed left.
    But if you view in IE, Product Name is centered in the row which is very distant from the image on the left. I tried to give this "td" a new class name ".main1" and set it's margin-left: -50px; and tried other sorts of things nothing worked. I need urgent help please. Thanks
    http://www.blossomberry.net/index.ph...e=products_all

 

 
Page 1 of 2 12 LastLast

Similar Threads

  1. Spacing between Product Listing
    By BFnation in forum Setting Up Categories, Products, Attributes
    Replies: 1
    Last Post: 8 Sep 2011, 09:17 PM
  2. spacing between aspects of product listing page
    By Sushigal in forum Templates, Stylesheets, Page Layout
    Replies: 0
    Last Post: 22 Jun 2010, 05:01 PM
  3. Spacing between pictures on product listing page?
    By stlnyc in forum Customization from the Admin
    Replies: 1
    Last Post: 22 Apr 2009, 06:51 PM
  4. Replies: 9
    Last Post: 14 May 2007, 08:43 AM
  5. no spacing between product listing in centre box
    By pilot in forum Templates, Stylesheets, Page Layout
    Replies: 2
    Last Post: 11 Jul 2006, 09:53 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