Results 1 to 7 of 7
  1. #1
    Join Date
    Oct 2007
    Posts
    10
    Plugin Contributions
    0

    Idea or Suggestion Product Image Question

    The first question went great. All is well there.

    When I view the Snowmobile Racing page of the Zen Cart store:

    http://actiongraphics.net/shop/index...=index&cPath=1

    The images of the products for sale are "squished" into each other. I'm betting that in the style sheet there is a padding or spacing attribute I can change to space them a little more but I can't locate it. Can anybody get me pointed in the right direction? OTher than that, the store is coming along nicely.

    Thanks!

    JIM

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

    Default Re: Product Image Question

    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; /*adjust to taste*/
    	}
    This will put some padding between parts of the listing as well as between products.


    Get the Firefox Web Developer extension for good tools to find and edit CSS, HTML, etc.

  3. #3
    Join Date
    Oct 2007
    Posts
    10
    Plugin Contributions
    0

    Default Re: Product Image Question

    Thanks Glen. I added it and it fix it right on! You are good!

    I will look for the Firefox Development tools. That might help me out.

    JIM

  4. #4
    Join Date
    Aug 2005
    Location
    Miramar, FL
    Posts
    41
    Plugin Contributions
    0

    Default Re: Product Image Question

    Thanks for the coding, but what file do I edit? I'm new here so I need a little more 'where do I find the file' help. Thanks!

  5. #5
    Join Date
    Mar 2004
    Posts
    688
    Plugin Contributions
    0

    Default Re: Product Image Question

    includes/templates/classic/css/stylesheet.css

    Or if you have a different template:
    includes/templates/your_template/css/stylesheet.css

  6. #6
    Join Date
    Jun 2005
    Location
    Cumbria, UK
    Posts
    10,267
    Plugin Contributions
    3

    Default Re: Product Image Question

    These will be in your stylesheets (*.css files). If you have a custom template, then look in

    includes/templates/YOUR-TEMPLATE/css/

    If you are using a standard install with no custom templates,

    includes/templates/classic/css
    20 years a Zencart User

  7. #7
    Join Date
    Aug 2004
    Location
    New York City
    Posts
    7,174
    Plugin Contributions
    0

    Default Re: Product Image Question

    Just be aware that if you are changing the files in the /classic folders, all your changes will be overwritten by the next update/upgrade or you will have to spend a lot of time comparing the new files and duplicating your changes. You are ALWAYS better off creating your own template.

 

 

Similar Threads

  1. v150 Product Image Question.
    By VBE-1 in forum General Questions
    Replies: 5
    Last Post: 27 Mar 2013, 10:09 PM
  2. Product image question
    By Jatt in forum Setting Up Categories, Products, Attributes
    Replies: 4
    Last Post: 30 Jul 2010, 04:07 PM
  3. Product image question
    By hollettster in forum General Questions
    Replies: 1
    Last Post: 22 Aug 2009, 10:08 PM
  4. Product Image Question
    By mimieux in forum Templates, Stylesheets, Page Layout
    Replies: 2
    Last Post: 18 Sep 2007, 03:24 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