• Hi all,

    I am using a slight variation on the Default theme, and when I enabled threaded comments, it makes the font size smaller with each indentation on the threaded commenting. It gets kind of hard to read. I would like the font size to stay the same in the comments, no matter how nested the comments are.

    What file do I need to edit to do that? And what should I change?

    Thanks!

Viewing 4 replies - 1 through 4 (of 4 total)
  • You will need to change things in styles.css (or something.css). view source on the page to see exactly which areas the comments appear in and then make the needed modifications in the CSS.

    Have you validated the threaded comments page? You may have an unclosed tag that is creating this effect.

    Try adding the following to your style.css.

    .commentlist li ul li {
    	font-size: 1em;
    }
    Thread Starter evilbeet

    (@evilbeet)

    Thank you, Pontifus! That fixed it!! I appreciate your help!!

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Want Consistent Font Size with Threaded Comments in 2.7 Default Theme’ is closed to new replies.