• I can’t seem to align “Leave Reply” and the text below it. Check here for what I’m talking about:
    http://www.xeenat.com/wordpress/?p=3#comments

    I went to the comment.php file and found this:
    <h3 id=”respond”>Leave a Reply</h3>

    Then I went to CSS file to look for “h3.respond” but there was none. I’m using the latest Kubrick version and modding into my own theme.

    Any help would be greatly appreciated!

Viewing 5 replies - 1 through 5 (of 5 total)
  • Add text-align: left;
    to
    #commentform p

    You could also add it to the H3 if you want Leave a Reply on the Left. Problem is that your #page says text-align: center so everything is centering unless told to do otherwise.

    Thread Starter bk

    (@bk)

    Thanks guys, I will try that.

    Thread Starter bk

    (@bk)

    What you said worked! Thanks a lot man. But one more problem, see that ” This entry was posted on Tuesday, April 26th, 2005 at 10:09…”

    Now I would a left-align that one? :s

    Thanks man.

    Thread Starter bk

    (@bk)

    Nevermind. Figured it out. 🙂

Viewing 5 replies - 1 through 5 (of 5 total)

The topic ‘Aligning Text Problem’ is closed to new replies.