• Resolved gorepit

    (@gorepit)


    Hey everyone!

    http://www.gorepit.net/ is my Blog. I’m having trouble at the moment. You see the sizebar to the right with the links and search bar?

    How do I change the font size for that? It is quite small for my liking. I’d like to make it a bit bigger.

    Thanks in advance!

Viewing 2 replies - 1 through 2 (of 2 total)
  • Edit style.css:

    #sidebar {
    font-family:'Lucida Grande',Verdana,Arial,Sans-Serif;
    font-size:1em;
    font-size-adjust:none;
    font-style:normal;
    font-variant:normal;
    font-weight:normal;
    line-height:normal;
    }

    Try changing font-size:1em; to font-size:1.1em;. You can increment em font sizes by 0.05em at a time until you get just the text size you want.

    Thread Starter gorepit

    (@gorepit)

    Thanks so much!!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘How to change the size of links in sidebar?’ is closed to new replies.