Results 1 to 10 of 14

Hybrid View

  1. #1
    Join Date
    Jun 2007
    Posts
    26
    Plugin Contributions
    0

    Default Additonal Space between product pics

    How can I add a space between the product pics/listings, so that the pics arent touching each other? A space or seperator of somekind would be nice to get some separation so that things don't look so bunched up.
    Thanks.

  2. #2
    Join Date
    Jun 2007
    Posts
    26
    Plugin Contributions
    0

    Default Space between product listings

    I would like a space or seperator between my product listings so that the pics and thing dont look so bunched up. Is there anything I can do to get them seperated?

  3. #3
    Join Date
    Aug 2005
    Location
    Arizona
    Posts
    27,755
    Plugin Contributions
    9

    Default Re: Space between product listings

    Post a url to the page in question

  4. #4
    Join Date
    Jun 2003
    Posts
    33,721
    Plugin Contributions
    0

    Default Re: Additonal Space between product pics

    Please do not post your question more than once. Threads have been merged.
    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.

  5. #5
    Join Date
    Jun 2003
    Posts
    33,721
    Plugin Contributions
    0

    Default Re: Additonal Space between product pics

    Add some padding to your stylesheet for them.
    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.

  6. #6
    Join Date
    Jun 2007
    Posts
    26
    Plugin Contributions
    0

    Default Re: Additonal Space between product pics

    Where in the style sheets do I adust the padding for this? Here is a link to an example of the issue.

    http://www.okcfishlady.com/store/ind...ath=67_102_104

    Sorry for posting more than once. Didnt know if I was in the right area.

  7. #7
    Join Date
    Aug 2005
    Location
    Arizona
    Posts
    27,755
    Plugin Contributions
    9

    Default Re: Additonal Space between product pics

    Download your stylesheet.css css file from includes/templates/classic/css/stylesheet.css and find this line about #590 using a PLAIN text editor or your code editor
    Code:
    .centeredContent, TH, #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, .productListing-data, .accountQuantityDisplay, .ratingRow, LABEL#textAreaReviews, #productMainImage, #reviewsInfoDefaultProductImage, #productReviewsDefaultProductImage, #reviewWriteMainImage, .centerBoxContents, .specialsListBoxContents, .categoryListBoxContents, .additionalImages, .centerBoxContentsSpecials, .centerBoxContentsAlsoPurch, .centerBoxContentsFeatured, .centerBoxContentsNew, .gvBal, .attribImg {
        text-align: center;
        }
    Seperate out the one that I have highlighted in red and apply these to it so you end up with - and you can adjust as you want:
    Code:
    .productListing-data {
            text-align: center;
            padding: .5em;
            }
    
    .centeredContent, TH, #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-align: center;
        }

  8. #8
    Join Date
    Jun 2007
    Posts
    26
    Plugin Contributions
    0

    Default Re: Additonal Space between product pics

    Thanks, Kobra. Right on the money......again.

  9. #9
    Join Date
    Aug 2005
    Location
    Arizona
    Posts
    27,755
    Plugin Contributions
    9

    Default Re: Additonal Space between product pics

    In the future post your site and not someone else's

  10. #10
    Join Date
    Sep 2007
    Location
    Central Colorado
    Posts
    6
    Plugin Contributions
    0

    Default Re: Additonal Space between product pics

    Kobra,

    Thanks for the clear directions.

    I did this and it worked perfectly.

    I think it adds a nice piece of polish.

    mark
    2Neat Magazines - Your source for out of print and vintage magazines.

 

 

Similar Threads

  1. product listing-leave some space between product images
    By b90702098 in forum Templates, Stylesheets, Page Layout
    Replies: 2
    Last Post: 1 Mar 2012, 07:00 AM
  2. Product Catagory - no space between products...
    By dlovin1 in forum Templates, Stylesheets, Page Layout
    Replies: 1
    Last Post: 5 Sep 2008, 12:04 AM
  3. Changing Space Between Product Images
    By debbie9339 in forum Templates, Stylesheets, Page Layout
    Replies: 1
    Last Post: 15 Aug 2008, 02:47 PM
  4. Space between product images
    By Twin in forum Templates, Stylesheets, Page Layout
    Replies: 1
    Last Post: 20 Feb 2007, 08:52 AM
  5. Space between product images
    By Mobsta in forum Templates, Stylesheets, Page Layout
    Replies: 1
    Last Post: 25 Jun 2006, 07:35 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