• I enabled comments on my pages by editing the page template as follows:
    ——————-
    insert the following code
    <?php if ((‘open’ == $post-> comment_status)) { comments_template(); } ?>
    somewhere in between the following two lines.
    <?php if (have_posts()) : while (have_posts()) : the_post(); ?>
    <?php endwhile; endif; ?>
    ——————-
    Works fine, but my comments field extends beyond the right side of my pages.

    What’s the best way of changing the width?

Viewing 3 replies - 1 through 3 (of 3 total)
  • You can set a width in your stylesheet.

    Thread Starter clickbasics

    (@clickbasics)

    Easy enough. Thanks

    cookinginmexico

    (@cookinginmexico)

    I am having a similar problem. The comment field is too wide on only one post, therefore, all the widget info is at the very bottom of the page, rather than to the right of the post where the widgets should be.

    This is only one post; all the other 60-some posts have the comments the same width as the post, with the widgets to the right where they belong.

    Thanks,
    Kathleen

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

The topic ‘Comments field too wide’ is closed to new replies.