• My readers are telling me that when they try to publish a comment at my blog (this is the comment thread where this has been noted) that the font is so tiny they can’t even read it. At least one reader w. the proble is using IE. When I do the same using Firefox I have no problem. Can anyone tell me whether there’s a css setting I should change; or perhaps the problem lies w. the other party?

    Also, I note that when I try to use blockquote tags in my comments they don’t work? Is there something missing in my css code? I just changed to a new theme.

Viewing 2 replies - 1 through 2 (of 2 total)
  • on line 143 of your style.css, remove the line that says font-size: 60%;

    form, img {
      border:0pt none;
      font-size:60%;  <-- remove this.
      margin:0pt;
      padding:0pt;
    }
    Thread Starter richards1052

    (@richards1052)

    Thanks so much for coming to my rescue again w. an answer to this css problem.

    Let me know if you see any reason why blockquote isn’t working.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Comment font too small’ is closed to new replies.