Results 1 to 9 of 9
  1. #1
    Join Date
    May 2007
    Posts
    31
    Plugin Contributions
    0

    help question Space between products...

    How can I adjust the space between the products listing in the product page? For example: Home > clothes > Woman > Tshirt, and I have 10 different Tshirt images and it's descriptions. But they appear very close to each other, it is hard to tell the individual image. How can I adjust the space between products? Many Thanks!

  2. #2
    Join Date
    Apr 2006
    Location
    Texas
    Posts
    6,196
    Plugin Contributions
    0

    Default Re: Space between products...

    Please submit a url to this page.

  3. #3
    Join Date
    May 2007
    Posts
    31
    Plugin Contributions
    0

    Default Re: Space between products...

    Hello:

    Here is the link: http://www.scandanucci.com/store/ind...ndex&cPath=6_8

    Actually I have another stupid questions. When you click on the "CATALOGRIES" it goes to the "site map" page and if you click on "INFORMATION" on the top bar, it goes back to the homepage, and if you click the "About us". it said the page is not found... I have been working on this for last 12 hours....., and I really don't remember which step I did wrong. How can I fix it?! THANKS!!!!

  4. #4
    Join Date
    Apr 2006
    Location
    Texas
    Posts
    6,196
    Plugin Contributions
    0

    Default Re: Space between products...

    Quote Originally Posted by olamdesign View Post
    How can I adjust the space between the products listing in the product page? For example: Home > clothes > Woman > Tshirt, and I have 10 different Tshirt images and it's descriptions. But they appear very close to each other, it is hard to tell the individual image. How can I adjust the space between products?
    Try this:
    Add this to the bottom of your template stylesheet.css

    td.productListing-data {
    padding: 1em 1em 1em 1em;
    }

    .productListing-odd {
    background-color: #a3a3a3;
    height: 0px;
    padding: 0.2em 0em 0.2em 0em;
    }

    .productListing-even {
    height: 0px;
    padding: 0.2em 0em 0.2em 0em;
    }

  5. #5
    Join Date
    May 2007
    Posts
    31
    Plugin Contributions
    0

    Default Re: Space between products...

    IT WORKS IT WORKS IT WORKS!!!!!!

    Thank you soooooooooo much!

    So, do you have any ideas about how to fix the "Catalogries" " Information" and "About us" at the top bar?

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

    Default Re: Space between products...

    I tried that css, but it wouldn't work for me.

    I had to use this to get the padding to behave.

    #productListing td.productListing-data{
    padding: 7px;
    }

  7. #7
    Join Date
    Jun 2007
    Posts
    3
    Plugin Contributions
    0

    Default Re: Space between products...

    Quote Originally Posted by haredo View Post
    Try this:
    Add this to the bottom of your template stylesheet.css

    td.productListing-data {
    padding: 1em 1em 1em 1em;
    }

    .productListing-odd {
    background-color: #a3a3a3;
    height: 0px;
    padding: 0.2em 0em 0.2em 0em;
    }

    .productListing-even {
    height: 0px;
    padding: 0.2em 0em 0.2em 0em;
    }
    It works for me !!!

    Many Thanks

  8. #8
    Join Date
    Jun 2007
    Location
    sydney
    Posts
    14
    Plugin Contributions
    0

    Default Re: Space between products...

    I need this too... so do I add it right at the very bottom of my style sheet?

    I also have another CSS question too... I am very new to CSS...

    I ahve a gif pattern as my background on my page ( which I like so far) but I don't want this pattern to appear in my pop ups ie the shipping calculator etc... how can I fix this so it doesn't appear here and only on the main page.

  9. #9
    Join Date
    May 2007
    Posts
    31
    Plugin Contributions
    0

    Default Re: Space between products...

    yes, put these code at the end of your CCS file and it should do the trick. I am sorry, but I don't know the answer for your other question...

 

 

Similar Threads

  1. v139h Featured Products Box - Adding Space in between products
    By g00glethis1 in forum Templates, Stylesheets, Page Layout
    Replies: 10
    Last Post: 29 Sep 2012, 04:41 PM
  2. Space between products
    By thebooktrunk.com in forum Templates, Stylesheets, Page Layout
    Replies: 6
    Last Post: 30 Oct 2007, 12:54 PM
  3. stylesheet space between products
    By phoeni_australia in forum Templates, Stylesheets, Page Layout
    Replies: 1
    Last Post: 17 Aug 2007, 10:47 AM
  4. adding space between products
    By recordshow in forum Templates, Stylesheets, Page Layout
    Replies: 4
    Last Post: 5 Dec 2006, 09:18 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