• I can’t seem to control the size of the links under the Blogroll – they are bigger than all the other text in my sidebar. Changing the #menu CSS makes all sidebar links smaller which is not what I want because most of them are the right size currently.

    I’m using the Darknight 2.0 theme.

    Example is at test.it.gen.nz.

    Thanks in advance for a suggestion on what to do about this!

    Colin

Viewing 4 replies - 1 through 4 (of 4 total)
  • Try this in your CSS file:

    #linkcat ul li { font-size: 100% }

    Just change the 100% to whatever you want.


    Rick

    Thread Starter colinjackson

    (@colinjackson)

    Thanks, but that hasn’t worked. I tried 100% and 80% but it didn’t change the font size.

    Colin

    Colin,

    At line 394 of your style sheet

    #menu ul ul {

    you are declaring the font size at 120% – knock it back to 100% and you will bring it line with the rest of the div

    Cheers

    Thread Starter colinjackson

    (@colinjackson)

    Miromiro

    Thanks heaps! That was the problem.

    Regards

    Colin

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘How to control blogroll link size’ is closed to new replies.