• Here is my test blog link: Link

    WP is increasing the font size starting with initial post and alternating (larger & back to the first increase in size) with each subsequent reply. I have looked at the ‘code’ for each reply and there are no embedded markups.

    I believe the css is in /Mad-Hatter/blog/wp-includes/css directory but I don’t know if it is the ‘controller’ and which file (or declaration) to look at.

    Thanks, Gerry

Viewing 2 replies - 1 through 2 (of 2 total)
  • Every other comment as a CSS class of “alt” applied to it, and this is the corresponding CSS:
    .alt { padding: 10px; font-size:1.2em; padding:0px 20px 0px 4px;}

    There are quite a few things you can do about it:

    • Remove the class from the comment in the theme
    • Remove that line of CSS
    • Adjust that line of CSS to make it look how you want
    • Or if you can’t edit the files, get a custom CSS plugin and include your own styles that will overwrite this

    Lemme know how that works out for you.

    Cheers,

    –Jon.

    Thread Starter GerryWilliams

    (@gerrywilliams)

    Thank you Jon (ChiefWigs1982) – I changed the .alt font-size to 1.0em and, as you recommended, it did the trick.

    With kind regards,
    Gerry

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘WP is automaticallly changing comment font sizes’ is closed to new replies.