Results 1 to 3 of 3
  1. #1
    Join Date
    Apr 2008
    Posts
    22
    Plugin Contributions
    0

    Default Space in listing pages

    I just started with my shop and it is far from done.
    I would like to have more space between the products in the products listing page.

    Have a look at my page. You will see the images are touching each other. I would like to keep the size of them but just generate more space between the products.
    Which file do I have to change?

    Here is the link: LINK

    Thanks for any help

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

    Default Re: Space in listing pages

    For detailed control of the listing display, add to your stylesheet
    Code:
    /* space & border between listing items */
    .productListing-odd td,  .productListing-even td {
    	text-align: left;
    	vertical-align: top;
    	padding: 0.5em;
    	margin-bottom: 1em;
    	border-bottom: 3px double #aaccbb;
    	}
    You may not want all of these properties - adjust to taste.

  3. #3
    Join Date
    Apr 2008
    Posts
    22
    Plugin Contributions
    0

    Default Re: Space in listing pages

    THANKS for your quick reply.
    Works great

 

 

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. extra space in category listing
    By PoPs42 in forum Templates, Stylesheets, Page Layout
    Replies: 1
    Last Post: 11 Mar 2011, 03:27 PM
  3. extra space in attribute listing?
    By mikestaps in forum Templates, Stylesheets, Page Layout
    Replies: 2
    Last Post: 3 Nov 2010, 08:05 PM
  4. Category listing page to look the same as other listing pages
    By cjeb456 in forum Templates, Stylesheets, Page Layout
    Replies: 1
    Last Post: 5 Feb 2009, 07:05 PM
  5. Remove Space in Product Listing
    By CobraPlant in forum Templates, Stylesheets, Page Layout
    Replies: 7
    Last Post: 22 Feb 2008, 11:02 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