Comments field too wide
-
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)
Viewing 3 replies - 1 through 3 (of 3 total)
The topic ‘Comments field too wide’ is closed to new replies.