Page 1 of 2 12 LastLast
Results 1 to 10 of 11
  1. #1
    Join Date
    Jun 2006
    Posts
    11
    Plugin Contributions
    0

    Default creating space between images

    Please help... my images displayed in my product pages are shown in a column, and the images are all touching each other. How do I create a space between them?

  2. #2
    Join Date
    Feb 2006
    Posts
    308
    Plugin Contributions
    0

    Default Re: creating space between images

    hello halabaloo

    try adding some padding to the class centerBoxContentsProducts in your stylesheet...if you want space around the image only I think you would add

    .centerBoxContentsProducts img { padding: #px}

    hth

  3. #3
    Join Date
    Jun 2006
    Posts
    11
    Plugin Contributions
    0

    Default Re: creating space between images

    Thanks for the tip monkeymadness. Ended up finding the
    a img {border: none;} line and added

    padding: 1.5em;}

  4. #4
    Join Date
    May 2006
    Posts
    60
    Plugin Contributions
    0

    Default Re: creating space between images

    Ok i tried this as well but it also puts a padding around my logo image which doesnt look nice...

  5. #5
    Join Date
    Nov 2005
    Location
    Colorado Springs, CO USA
    Posts
    7,033
    Plugin Contributions
    31

    Default Re: creating space between images

    Quote Originally Posted by halabaloo
    Thanks for the tip monkeymadness. Ended up finding the
    a img {border: none;} line and added

    padding: 1.5em;}
    This will place padding around any and all images no matter where they are.

    better to follow what Monkeymadness

    try adding some padding to the class centerBoxContentsProducts in your stylesheet...if you want space around the image only I think you would add

    .centerBoxContentsProducts img { padding: #px}
    This will only affect the padding on product images.

  6. #6
    Join Date
    Sep 2006
    Posts
    7
    Plugin Contributions
    0

    Default Re: creating space between images

    I thinkthis is what I'm looking for, but I can't for the life of me find that particular class in my stylesheet (/includes/templates/my_template/css/stylesheet.css)
    Am I looking at the right one?

    Sorry - I'm completely new to this

    Here's the page I'm trying to fix, anyway, if that helps:
    http://scrapfetish.com/Shoppe/index....=index&cPath=3

    Thanks heaps in advance!

  7. #7
    Join Date
    Aug 2006
    Location
    Canada
    Posts
    1,029
    Plugin Contributions
    5

    Default Re: creating space between images

    Drop this into your stylesheet, pretty pink seperator line included to match your color scheme;

    Code:
    .productListing-data {
                 padding: 0.5em;
                 border-bottom: 1px solid #fac6d1;
                 }

  8. #8
    Join Date
    Sep 2006
    Posts
    7
    Plugin Contributions
    0

    Default Re: creating space between images

    Weehee!! Thanks so much Sketchy! You're a star! I wish I'd asked earlier now

    This would have to be the most helpful forum - it's helped me so much... Thanks :)

  9. #9
    Join Date
    Aug 2006
    Location
    Canada
    Posts
    1,029
    Plugin Contributions
    5

    Default Re: creating space between images

    Thanks very much and you're very welcome!

  10. #10
    Join Date
    Mar 2006
    Location
    Melbourne, Australia
    Posts
    377
    Plugin Contributions
    0

    Default Re: creating space between images

    Where is .centerBoxContentsProducts? I cannot find it in stylesheet.css either.

 

 
Page 1 of 2 12 LastLast

Similar Threads

  1. creating extra space between last subcat
    By raimond in forum Templates, Stylesheets, Page Layout
    Replies: 2
    Last Post: 10 Feb 2009, 10:03 AM
  2. Add space in between thumbnail images
    By DarkAngel in forum Templates, Stylesheets, Page Layout
    Replies: 4
    Last Post: 3 Aug 2008, 08:19 AM
  3. Remove space between images
    By Boghead in forum Templates, Stylesheets, Page Layout
    Replies: 9
    Last Post: 9 Nov 2007, 05:30 AM
  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