• Been working on my first wp blog for a few days now. I would like to tweak the style of the text for the posted comments on my comments page but can’t figure out how to do it without affecting other areas of the blog.

    I have gone point for point through this tutorial
    http://www.tamba2.org.uk/wordpress/graphicalcss/comments/index.php but it isn’t having any effect.

    The only way I can have any effect on the font is if I change the p, li .feedback { in my style sheet but it changes the attributes of the font for my posts as well.

    here’s a link
    http://www.chickspirit.com/kaidreams/?p=1#comments

    on a smaller note…
    the rss feed link line on my comments page will not align properly in IE 6.
    I added the padding-left line (shown below) in my stylesheet to fix it in firefox but it had no effect in IE.

    acronym, abbr, span.caps {
    font-size: 90%;
    letter-spacing: .07em;
    padding-left: 20px;
    }

    I’m using the DaisyRae Gemini Theme.

    Suggestions?

    Thanks.

Viewing 2 replies - 1 through 2 (of 2 total)
  • For the p,li .feedback question: why don’t you take out the “feedback” part from that style declaration and giving it its own style? Leave the p,li as they are and start a new line for .feedback.

    Thread Starter chickspirit

    (@chickspirit)

    Moshu ~

    I was very excited by the suggestion of your simple fix but alas…
    it didn’t work.

    I already have a .feedback line and have tried to add font changes to it but they’re not reading.

    the p, li { line overrides everything even when I take out the “feedback”.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Comments List Text and slight alignment issue’ is closed to new replies.