Page 1 of 2 12 LastLast
Results 1 to 10 of 19
  1. #1
    Join Date
    Feb 2007
    Posts
    16
    Plugin Contributions
    0

    Default Spacing between product images

    I need help because I have been at this for ages.

    I have read what is posted at the following links:
    http://www.zen-cart.com/forum/showthread.php?t=55335
    http://www.zen-cart.com/forum/showthread.php?t=46461
    http://www.zen-cart.com/forum/showthread.php?t=38081

    but cannot figure out where to go. I am using the classic template and have gone through the stylesheet at includes/templates/classic/css but cannot find anything to do with .productListing (Maybe I'm blind )

    Am I in the right place. I know basic html but have never used stylesheets so maybe I am in the wrong folders. I am almost finished setting up but this is the one I'm really having a problem with.

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

    Default Re: Spacing between product images

    Are you using a good text editor with search function?
    I find Notepad++ to be excellent for editing CSS & PHP files, with line numbers, color coding and error detection built in.

    Alternatively, many classes and IDs are called in the HTML, but not given definitions in the stylesheet. They are provided as handy tags for users to add styling if they wish. If you don't find a tag in the stylesheet, you can just add it for yourself.

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

    Default Re: Spacing between product images

    this will do most of what you want and you can adjust the values as you wish
    Code:
    .productListing-data {
    padding-top: 15px;
    padding-bottom: 15px;
    padding-right: 15px;
    margin-right:1.5em;
    border-bottom: 1px solid black;
    }
    Zen-Venom Get Bitten

  4. #4
    Join Date
    Mar 2007
    Posts
    46
    Plugin Contributions
    0

    Default Re: Spacing between product images

    Legend!!!!!

  5. #5
    Join Date
    Apr 2007
    Location
    Washington
    Posts
    115
    Plugin Contributions
    0

    Default Re: Spacing between product images

    Quote Originally Posted by kobra View Post
    this will do most of what you want and you can adjust the values as you wish
    Code:
    .productListing-data {
    padding-top: 15px;
    padding-bottom: 15px;
    padding-right: 15px;
    margin-right:1.5em;
    border-bottom: 1px solid black;
    }
    So, I tried the above on my stylesheet and nothing changed. I'm confused. I'm trying to change the spacing between product images once someone has clicked into a category. The images are jammed together on top of one another. Would anybody mind helping? Perhaps I've inserted the above code in the wrong place. Or maybe I misread this forum. Any help would be greatly apprecitated. Thanks.

    cris

  6. #6
    Join Date
    Jan 2007
    Location
    Rotterdam NL
    Posts
    76
    Plugin Contributions
    0

    Default Re: Spacing between product images

    I have the same problem,

    But when i look at this style sheet info [FONT=monospace]
    [/FONT].productListing-data {
    padding-top: 15px;
    padding-bottom: 15px;
    padding-right: 15px;
    margin-right:1.5em;
    border-bottom: 1px solid black;
    }
    I would thinkthere should really be some space (15 ox?) between the products.
    you might try to change Border bottom to 10 px and another color then your background?
    Pleas tell if this works for you?

  7. #7
    Join Date
    Apr 2007
    Location
    Washington
    Posts
    115
    Plugin Contributions
    0

    Default Re: Spacing between product images

    I did get it to work. I'm not sure what made the difference, to be honest. I'm sure it was user error, initially, but it's working now.

    Thanks for the suggestion, though. I apprecite it.

  8. #8
    Join Date
    Jan 2008
    Posts
    18
    Plugin Contributions
    0

    Default Re: Spacing between product images

    BEAUTY!!! Thank you soooo much!!!

  9. #9
    Join Date
    Feb 2009
    Location
    England
    Posts
    25
    Plugin Contributions
    0

    Default Re: Spacing between product images

    Quote Originally Posted by kobra View Post
    this will do most of what you want and you can adjust the values as you wish
    Code:
    .productListing-data {
    padding-top: 15px;
    padding-bottom: 15px;
    padding-right: 15px;
    margin-right:1.5em;
    border-bottom: 1px solid black;
    }
    Hi, is is possible to change the solid black colour? I have tried several things but can't alter it.

    Thank you

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

    Default Re: Spacing between product images

    What do you want to change it to?

 

 
Page 1 of 2 12 LastLast

Similar Threads

  1. Spacing between additional images
    By jenchord in forum Templates, Stylesheets, Page Layout
    Replies: 4
    Last Post: 18 Jun 2011, 11:16 PM
  2. Spacing between new product-images
    By yootje in forum Templates, Stylesheets, Page Layout
    Replies: 2
    Last Post: 24 Aug 2008, 05:39 PM
  3. Spacing between product images
    By destiny1978 in forum Setting Up Categories, Products, Attributes
    Replies: 1
    Last Post: 30 Jun 2008, 01:17 AM
  4. Additional Images - Spacing Between
    By spectreman in forum General Questions
    Replies: 3
    Last Post: 2 Aug 2007, 03:28 PM
  5. spacing between images
    By vixenz in forum Templates, Stylesheets, Page Layout
    Replies: 1
    Last Post: 22 Aug 2006, 12:50 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