quick CSS question - how do I make these fonts smaller?

Discussion in 'HTML & Website Design' started by UrbanMonk, Oct 31, 2007.

  1. #1
    *edit* fixed it, thank you!

    Hi guys,

    This might be a stupid question but I'm a beginner CSS guy... in my blog, I've been looking over my style.css for ages, trying to get my navigation lists to be the same size as my sidebar text.

    if you look at it, the sidebar texts are a bit smaller than the nav lists font size. I can't find the part that controls it, can anyone help?

    http://www.urbanmonk.net/

    thank you in advance! :D
     
    UrbanMonk, Oct 31, 2007 IP
  2. Dwaighty

    Dwaighty Peon

    Messages:
    358
    Likes Received:
    10
    Best Answers:
    0
    Trophy Points:
    0
    #2
    I don't know if I understood correctly, but maybe this can help you:

    #sidebar .sidebar_left ul h2 {
    padding-bottom: 10px;
    border-bottom: dashed 1px #CFCFCF;
    font-size: 1.1em;
    font-family:"Century Gothic", Verdana, Arial;
    }

    #sidebar .sidebar_right ul h2 {
    padding-bottom: 10px;
    border-bottom: dashed 1px #CFCFCF;
    font-size: 1.1em;
    font-family:"Century Gothic", Verdana, Arial;
    }

    In bold is what I modified.
     
    Dwaighty, Oct 31, 2007 IP
    UrbanMonk likes this.
  3. UrbanMonk

    UrbanMonk Peon

    Messages:
    505
    Likes Received:
    10
    Best Answers:
    0
    Trophy Points:
    0
    #3
    Thanks Dwaighty, but sadly it's not the right one, it modifies the header.
    I've added green for you, though. Thanks again.
     
    UrbanMonk, Oct 31, 2007 IP
  4. UrbanMonk

    UrbanMonk Peon

    Messages:
    505
    Likes Received:
    10
    Best Answers:
    0
    Trophy Points:
    0
    #4
    Dwaighty! Thanks to you, I found the right place! Thank you so much! It's fixed now!
     
    UrbanMonk, Oct 31, 2007 IP
  5. Dwaighty

    Dwaighty Peon

    Messages:
    358
    Likes Received:
    10
    Best Answers:
    0
    Trophy Points:
    0
    #5
    Geesh, I was about to suggest another thing right now:p Good work man, congratulations!:)
     
    Dwaighty, Oct 31, 2007 IP
  6. Dwaighty

    Dwaighty Peon

    Messages:
    358
    Likes Received:
    10
    Best Answers:
    0
    Trophy Points:
    0
    #6
    .sidebar_left ul li ul li
    Code (markup):
    Yep, this is what I wanted to suggest next, good work!:p
     
    Dwaighty, Oct 31, 2007 IP
  7. UrbanMonk

    UrbanMonk Peon

    Messages:
    505
    Likes Received:
    10
    Best Answers:
    0
    Trophy Points:
    0
    #7
    hehe thanks mate, if i could give you another green i would, but i have to go give some other people green first :D
     
    UrbanMonk, Oct 31, 2007 IP