• maxself

    (@maxself)


    When you click to post a comment everything is messed up on my page (layout wise) , where can i edit the layout for the comments?

    i tried comment.php but there isnt anything in there for displaying the page only the comments themselves. So where do i edit the page layout of when comments are displayed?

Viewing 3 replies - 1 through 3 (of 3 total)
  • single.php controls the look of a single post page.
    http://codex.wordpress.org/Template_Hierarchy

    surferbill

    (@surferbill)

    I was wrestling with the same problem last night and today.

    Pretty much anything in your CSS file, beginning with .comment, or #comment in various forms (i.e. #commentform) relates to how your comment pages are displayed. Also, .widecolumn has to do with the layout as well.

    These are spread out all over your CSS so its kind of a pain to find them all unfortunately

    Thread Starter maxself

    (@maxself)

    thanks for all the help , i was able to fix it

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

The topic ‘Comment theming’ is closed to new replies.