Page 2 of 3 FirstFirst 123 LastLast
Results 11 to 20 of 28
  1. #11
    Join Date
    Feb 2008
    Location
    Western Australia
    Posts
    192
    Plugin Contributions
    0

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

    Wicked. Thanks. I wondered how I had buggered that up...

  2. #12
    Join Date
    Feb 2008
    Posts
    27
    Plugin Contributions
    0

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

    Hi! I use the column listing mod, and cannot for the life of me figure out how to add a vertical space, or row between items. I tried using this in the css file:

    .productListing-data {
    padding: 1em;
    }

    and no luck.

    I also tried arbitrarily adding <br />'s into the column layout product_listing.php

    and no luck.

    Anybody have any idea how I might do this?

    http://thepillaroom.com/Store/index....dex&cPath=1_20

    Thanks!
    Brad

  3. #13
    Join Date
    Dec 2006
    Location
    Seligman, MO U.S.A.
    Posts
    2,101
    Plugin Contributions
    5

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

    Brad, that should have worked, but sometimes what SHOULD work, don't.
    If you'll take down your "Down for Maintenance" page, returning the shop to a normal state, I'll see if I can figure out what the problem is.
    Teach them to shop and they will shop today;
    Teach them to Zen and they will OWN a shop tomorrow!

  4. #14
    Join Date
    Feb 2008
    Posts
    27
    Plugin Contributions
    0

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

    Whoops... Sorry about that. It's available now. I really appreciate your help. Thanks!

    http://thepillaroom.com/Store/index....dex&cPath=1_20

    Brad

  5. #15
    Join Date
    Dec 2006
    Location
    Seligman, MO U.S.A.
    Posts
    2,101
    Plugin Contributions
    5

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

    O.k. Brad (nice looking site, by the way), I think I see what you want to do. You just want a little more space between each row of products, right?

    If that's the case, then add this to your stylesheet.css, somewhere below /*list box contents*/:

    .centerBoxContentsProducts {
    padding-bottom: 5.5em;
    }


    Of course, you might play with the numbers to get the desired spacing.
    Teach them to shop and they will shop today;
    Teach them to Zen and they will OWN a shop tomorrow!

  6. #16
    Join Date
    Feb 2008
    Posts
    27
    Plugin Contributions
    0

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

    Seriously, you are the best ever. I dug through CSS, pruduct_listing, and the defines, and could not for the life of me find the right spot.

    I appreciate you help, and thanks for the compliment. It's still a work in progress. We hope to have it up by the end of the week.

    Have a great day!
    Brad

  7. #17
    Join Date
    Dec 2006
    Location
    Seligman, MO U.S.A.
    Posts
    2,101
    Plugin Contributions
    5

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

    Quote Originally Posted by pillaroom View Post
    Seriously, you are the best ever. I dug through CSS, pruduct_listing, and the defines, and could not for the life of me find the right spot.

    I appreciate you help, and thanks for the compliment. It's still a work in progress. We hope to have it up by the end of the week.

    Have a great day!
    Brad

    Nope, you don't have that particular entry in your css. You will have to add it. You see, Brad, I use Firefox with the Web Developers add-on, which lets me not only view YOUR sites' css, but also EDIT it "on the fly". Uh......it's just for my viewing as long as I'm on your site.....not changing YOUR files, of course.

    Find this in your stylesheet.css (This entry you DO have):

    /*list box contents*/:


    Then below that, you will actually ADD (as you DON'T have it) this entry:


    .centerBoxContentsProducts {
    padding-bottom: 5.5em;
    }


    Hope this helps.
    Teach them to shop and they will shop today;
    Teach them to Zen and they will OWN a shop tomorrow!

  8. #18
    Join Date
    Mar 2008
    Location
    GA, USA
    Posts
    7
    Plugin Contributions
    0

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

    I needed this advise as well. I made the changes and the product listing looked great but the New Products images were thrown out of wack. I solved this by peeling out the
    PHP Code:
    .productListing-data 
    adding it as a separate line with the values listed above by Get Em Fast to look like this
    PHP Code:
    .productListing-data {
        
    text-aligncenterpadding0.5em;
     } 
    The entire values looks like this now and all is well. Thanks guys.
    PHP Code:
    .centeredContentTH#cartEmptyText, #cartBoxGVButton, #cartBoxEmpty, #cartBoxVoucherBalance, #navCatTabsWrapper, #navEZPageNextPrev, #bannerOne, #bannerTwo, #bannerThree, #bannerFour, #bannerFive, #bannerSix, #siteinfoLegal, #siteinfoCredits, #siteinfoStatus, #siteinfoIP, .center, .cartRemoveItemDisplay, .cartQuantityUpdate, .cartQuantity, .cartTotalsDisplay, #cartBoxGVBalance, .leftBoxHeading, .centerBoxHeading,.rightBoxHeading, .accountQuantityDisplay, .ratingRow, LABEL#textAreaReviews, #productMainImage, #reviewsInfoDefaultProductImage, #productReviewsDefaultProductImage, #reviewWriteMainImage, .centerBoxContents, .specialsListBoxContents, .categoryListBoxContents, .additionalImages, .centerBoxContentsSpecials, .centerBoxContentsAlsoPurch, .centerBoxContentsFeatured, .centerBoxContentsNew, .gvBal, .attribImg {
        
    text-aligncenter
        }
        
    .
    productListing-data {
        
    text-aligncenterpadding0.5em;
     } 

  9. #19
    Join Date
    May 2008
    Posts
    1
    Plugin Contributions
    0

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

    Hi Guys,

    I have read all the info you guys have posted about putting spaces between products in the category product listing page, but I would like to add a line (<hr/>) beteween the products.


    http://www.skyhighmodels.co.nz/index...=index&cPath=1 Have a look there, they are all squashed up. What I want it to look like is just a simple line between the products as shown here

    Could anyone lend a hand?

  10. #20
    Join Date
    Feb 2010
    Posts
    6
    Plugin Contributions
    0

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

    Just want to says thanks for this. It's worked a treat. I have been pulling my hair out trying to achieve this.

    To be honest, I rather be knitting!

 

 
Page 2 of 3 FirstFirst 123 LastLast

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. v150 Need Space in between Product Listing
    By ljdream00 in forum Templates, Stylesheets, Page Layout
    Replies: 1
    Last Post: 26 Mar 2012, 01:44 PM
  4. Product listing add space between image
    By mimi78 in forum Templates, Stylesheets, Page Layout
    Replies: 6
    Last Post: 30 Mar 2009, 02:37 AM
  5. How do I add Dotted line/ space in between product listing
    By Dupermall in forum Setting Up Categories, Products, Attributes
    Replies: 5
    Last Post: 16 Jun 2008, 04:11 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