homescholar
Member
Posted 1 year ago #
We are running a blog contest. I got to 39 comments but now the post does not have a space for people to comment anymore. I can't find a setting that is preventing this. Please advise how I can show the reply box again on this post: http://www.comprehensiverecordsolution.com/blog/?p=25
Thanks,
Edit style.css:
#container {
background-image:url("images/inner-bg.gif");
background-repeat:repeat-y;
float:left;
height:15000px;
margin:0 -260px 0 0;
width:100%;
}
and replace height:15000px; with min-height:15000px;
homescholar
Member
Posted 1 year ago #
Thank you esmi. I am not very technical. Could you tell me where the edit style.css might be located so I can change it?
Thank you,
Look in Appearance -> Editor.
homescholar
Member
Posted 1 year ago #
homescholar
Member
Posted 1 year ago #
One last question. How can I get the comment box at the top of all the comments rather than at the very bottom?
Thanks
You would probably need to edit your comments.php template file and move <?php comment_form();?> so that it was before <?php wp_list_comments(); ?>.