Results 1 to 5 of 5
  1. #1
    Join Date
    Feb 2006
    Posts
    28
    Plugin Contributions
    0

    Default Help! Need to find the CSS for 'Displaying 1 to 3'

    I don't like how tight the spacing is between on the product listing page and where it says 'Displaying 1 to 3 (of 3 products)' and I've been trying for quite some time to track down the CSS to fix the padding/spacing underneath. I would like to give the product listing some 'breathing' room and if anyone can point me to the correct location to adjust the spacing I'd be more appreciative.

    A screenshot is below so that you get the jist of my request.

    Site is here: http://www.paperbagstudios.com/shopp...ndex&cPath=6_7

    Thanks!
    Attached Images Attached Images  

  2. #2
    Join Date
    Mar 2008
    Location
    Cape Town & London (depends on the season)
    Posts
    2,975
    Plugin Contributions
    0

    Default Re: Help! Need to find the CSS for 'Displaying 1 to 3'

    The one at the TOP is

    #productsListingTopNumber


    and the one at the bottom is

    #productsListingBottomNumber

    I use this to pad the top one

    Code:
    #productsListingTopNumber {
    padding-bottom: 5px;
    }

  3. #3
    Join Date
    Mar 2008
    Location
    Cape Town & London (depends on the season)
    Posts
    2,975
    Plugin Contributions
    0

    Default Re: Help! Need to find the CSS for 'Displaying 1 to 3'

    Of course, the BOTTOM one may need similar treatment:

    Code:
    #productsListingBottomNumber {
    padding-top: 5px;
    }

  4. #4
    Join Date
    Feb 2006
    Posts
    28
    Plugin Contributions
    0

    Default Re: Help! Need to find the CSS for 'Displaying 1 to 3'

    So I just add this into the CSS anywhere? Or should it go somewhere 'specific'?

    Thanks for the help!

  5. #5
    Join Date
    Mar 2008
    Location
    Cape Town & London (depends on the season)
    Posts
    2,975
    Plugin Contributions
    0

    Default Re: Help! Need to find the CSS for 'Displaying 1 to 3'

    If the ID or class already appears in your CSS, then it's often better to edit existing references.

    If they do not exist, then you can add them anywhere. It's a good idea to put them in a section of "similar" style identifiers.

    Or you can just put them at the bottom of the stylesheet.

 

 

Similar Threads

  1. Replies: 2
    Last Post: 11 Jun 2011, 08:08 PM
  2. Need Help With If Statement For Displaying Images
    By games4gamers in forum Templates, Stylesheets, Page Layout
    Replies: 1
    Last Post: 7 Apr 2010, 07:29 PM
  3. Replies: 7
    Last Post: 12 Apr 2008, 06:24 AM
  4. Still cant find the css for search box!
    By ssbeats in forum Addon Templates
    Replies: 2
    Last Post: 9 Dec 2007, 04:19 AM
  5. Need help with coding - can't find the file were the error is coming from
    By cowlickdesign in forum Templates, Stylesheets, Page Layout
    Replies: 9
    Last Post: 23 Aug 2006, 04:11 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