Support » Themes and Templates » twentyten class=entry-content make smaller?

  • I am going batty trying to find where I can make the body text smaller so it is not so huge.

    I am using the twentyten template with the style.css that came with it.

    http://burleighrotary.org.au so you can see what I mean. Rotarians don’t have that bad eye sight! :p

    Thanks

Viewing 2 replies - 1 through 2 (of 2 total)
  • Goto line no 596 in css file and replace

    .entry-content, .entry-summary {
    clear:both;
    padding:12px 0 0;
    }

    with

    .entry-content, .entry-summary {
    clear:both;
    font-size:12px;
    padding:12px 0 0;
    }
    Thread Starter webjuly31

    (@webjuly31)

    yippeeeeee!

    Feeling very stupid for not doing that! Thank you

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘twentyten class=entry-content make smaller?’ is closed to new replies.