Hi
How do I customize the comment widget.
I want the title fields to be right before the input fields (separated by a line break), as shown on the attached image.
[ATTACH]79[/ATTACH]
In the default setup of Contango these are to the right. When I change the css code to the following the red asterix disappears.
#respond .comment-form-author label, #respond .comment-form-email label, #respond .comment-form-url label, #respond .comment-form-comment label {
position: static;
margin-bottom: 5px;
}[/CODE][CODE]#respond .comment-form-author label, #respond .comment-form-email label, #respond .comment-form-url label, #respond .comment-form-comment label {
position: static;
margin-bottom: 5px;
}[/CODE]