Results 1 to 2 of 2
  1. #1
    Join Date
    May 2009
    Posts
    7
    Plugin Contributions
    0

    Default Too much space between nav bar and main content/product listing

    Hey all,
    How do I tighten up/reduce the amount of space between the categories nav bar and the main content/product listing/product info area? There's too much white space for my liking and I don't want to start screwing with the stylesheet any more than I have to... ;)

    Thanks!
    J.

    http://flutterandfly.net/shop/

  2. #2
    Join Date
    Dec 2006
    Location
    Seligman, MO U.S.A.
    Posts
    2,101
    Plugin Contributions
    5

    Default Re: Too much space between nav bar and main content/product listing

    Find this line of code in your stylesheet:

    Code:
    .centerColumn, #bannerOne, #bannerTwo,  #bannerThree,  #bannerFour,  #bannerFive,  #bannerSix {
     padding: 10.8em;
     }
    Remove the ".centerColumn" from this list (don't forget to remove the comma, as well), leaving it looking like this:

    Code:
    #bannerOne, #bannerTwo,  #bannerThree,  #bannerFour,  #bannerFive,  #bannerSix {
     padding: 10.8em;
     }
    Now, put your ".centerColumn" back and set your desired space at top:

    Code:
    .centerColumn {
         padding-top: 0em; 
    }

    Hope this helps.
    Teach them to shop and they will shop today;
    Teach them to Zen and they will OWN a shop tomorrow!

 

 

Similar Threads

  1. Space between Nav buttons and product listing
    By Garby in forum Templates, Stylesheets, Page Layout
    Replies: 14
    Last Post: 23 May 2011, 09:29 AM
  2. Adjust Space Between Left Nav and Main Content
    By quixoticboi in forum Templates, Stylesheets, Page Layout
    Replies: 1
    Last Post: 9 Aug 2010, 08:10 PM
  3. Eliminate Space between Top Nav Bar and Header Image
    By C_R_C in forum Templates, Stylesheets, Page Layout
    Replies: 5
    Last Post: 21 May 2010, 11:33 PM
  4. Too much space between attributes
    By KismetDesign in forum Setting Up Categories, Products, Attributes
    Replies: 2
    Last Post: 7 Oct 2009, 11:31 PM
  5. Space between Nav Bar & Content
    By knottybynature in forum Templates, Stylesheets, Page Layout
    Replies: 9
    Last Post: 26 Feb 2008, 04: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