Results 1 to 5 of 5
  1. #1
    Join Date
    Jul 2006
    Posts
    87
    Plugin Contributions
    0

    Categories below header

    Afternoon all, below my header logo i have a navigation bar which displays all of my product categories. (which just cover 2 lines). I would like to make the font slighly smaller so it only covers 1 line.

    Any ideas? Many thanks

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

    Default Re: Categories below header

    In your stylesheet, find

    Code:
    #navMainWrapper, #navSuppWrapper, #navCatTabsWrapper {
    	margin: 0em;
    	background-color: #9a9a9a;
    	font-weight: bold; 
            ...
            }
    Add below that statement
    Code:
    #navCatTabsWrapper {
    	font-size: .9em;
            }
    and experiment with sizes (1em is default text height.)

  3. #3
    Join Date
    Jul 2006
    Posts
    87
    Plugin Contributions
    0

    Re: Categories below header

    Hi, no luck im afraid. My stylesheet currently reads
    #navMainWrapper, #navSuppWrapper, #navCatTabsWrapper {
    margin: 0em;
    background-color: #abbbd3;
    background-image: url(../images/tile_back.jpg);
    padding: 0.5em 0.2em;
    font-weight: bold;
    color: #ffffff;
    height: 1%;
    width: 750px;
    #navCatTabsWrapper {
    font-size: .3em;
    }

    and regardless of what font size i use .3, .7, 1 etc the font size doesnt change. Have i done this right?

    any ideas?

    Many thanks

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

    Default Re: Categories below header

    If your posting is correct, you are missing a } after
    width: 750px;

    This will give you improper results. Fix that and see how it works.

    If it still fails, search your CSS for "#navCatTabsWrapper" and see if there is another font-size: later in the file - if so, that would override an earlier one.

  5. #5
    Join Date
    Jul 2006
    Posts
    87
    Plugin Contributions
    0

    Idea or Suggestion Re: Categories below header

    That did it! Was missing the }

    Thanks so much - that was really winding me up!

 

 

Similar Threads

  1. Want header in Sub Categories below banner and above subcategory image
    By WWRepair in forum Templates, Stylesheets, Page Layout
    Replies: 1
    Last Post: 6 Feb 2013, 04:34 PM
  2. Category description below categories
    By cdjohn31 in forum Templates, Stylesheets, Page Layout
    Replies: 1
    Last Post: 3 Jan 2012, 03:55 PM
  3. Space below header
    By nootkan in forum Templates, Stylesheets, Page Layout
    Replies: 2
    Last Post: 27 Apr 2007, 04:17 PM
  4. categories listed below the header
    By Laney in forum General Questions
    Replies: 2
    Last Post: 22 Sep 2006, 07:40 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