Results 1 to 6 of 6
  1. #1
    Join Date
    Nov 2005
    Posts
    26
    Plugin Contributions
    0

    Default Padding question

    OK I give up...lol...right now the product image all run together and have no padding between them. Where do I set up padding on the stylesheet to give some breathing room between the products on the category pages??

    Thanks in advance...

    lisa

  2. #2
    Join Date
    Jun 2005
    Location
    Cumbria, UK
    Posts
    10,266
    Plugin Contributions
    3

    Default Re: Padding question

    20 years a Zencart User

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

    Default Re: Padding question

    Code:
    .productListing-data {
        padding: 0.5em;
        }
    Or you can specify the padding in more detail (top/right/bottom/left) as

    padding: 0.5em 0.3em 1.5em 0.1em;

  4. #4
    Join Date
    Oct 2009
    Location
    Netherlands - NB
    Posts
    146
    Plugin Contributions
    0

    Default Re: Padding question

    The Mozilla add-on Developers Toolkit will save your life in these cases.

  5. #5
    Join Date
    Nov 2005
    Posts
    26
    Plugin Contributions
    0

    Default Re: Padding question

    Quote Originally Posted by gjh42 View Post
    Code:
    .productListing-data {
        padding: 0.5em;
        }
    Or you can specify the padding in more detail (top/right/bottom/left) as

    padding: 0.5em 0.3em 1.5em 0.1em;
    Nope that didn't do it. And I changed it in both the stylesheet on the template_default and the lavender template I installed...

    Forgot to reinstall the toolkit when I installed my new hard drive. I'll go see if that helps me! Thanks folks

  6. #6
    Join Date
    Nov 2005
    Posts
    26
    Plugin Contributions
    0

    Default Re: Padding question

    OK nevermind, for some reason once I restarted Firefox it did show the padding...go figure! Thanks again!

 

 

Similar Threads

  1. Left Sidebox Padding Question
    By nolsowski in forum Templates, Stylesheets, Page Layout
    Replies: 0
    Last Post: 1 May 2011, 05:17 PM
  2. Right Side Column Padding Question
    By nolsowski in forum Templates, Stylesheets, Page Layout
    Replies: 15
    Last Post: 28 Apr 2011, 04:57 PM
  3. Needing Extra Padding - Stylesheet Question
    By jenzi in forum Templates, Stylesheets, Page Layout
    Replies: 4
    Last Post: 30 Nov 2008, 02:50 PM
  4. padding problem in IE
    By magicpants in forum Templates, Stylesheets, Page Layout
    Replies: 1
    Last Post: 25 Jun 2006, 09:30 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