Forums

Comments field too wide (4 posts)

  1. clickbasics
    Member
    Posted 2 years ago #

    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?

  2. crayoncrisis
    Member
    Posted 2 years ago #

    You can set a width in your stylesheet.

  3. clickbasics
    Member
    Posted 2 years ago #

    Easy enough. Thanks

  4. cookinginmexico
    Member
    Posted 2 years ago #

    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

Topic Closed

This topic has been closed to new replies.

About this Topic

Tags

No tags yet.