AlperA. adlı üyeden alıntı: mesajı görüntüle
style.cssden gerekli alanları da editlediniz mi? Aslında yanyana gelmiş olabilir ama, örneğin totalde 300pxlik bir bölüme iki adet kutuyu sığdırmaya çalışıyorsanız ve bu ikisinin genişliği toplamda 300pxli geçerse, birini aşağıya atar. Yorumlarla ilgili kısımların genişlik bilgilerini style.cssden kontrol etmenizde fayda var.
Yanlış satırda çalışıyor muşum Durum aşağıda ki gibi ama css'den anlamadığım için tarihi Yorumcu Adının yanına alamadım bir türlü.


Alıntı
<div id="div-comment-<?php comment_ID(); ?>" class="comment-body">
<?php endif; ?>
<div class="comment-author vcard">
<?php if ( 0 != $args['avatar_size'] ) echo get_avatar( $comment, $args['avatar_size'] ); ?>
<?php printf( __( '<cite class="fn">%s</cite> <span class="says">says:</span>' ), get_comment_author_link() ); ?>
</div>
<?php if ( '0' == $comment->comment_approved ) : ?>
<em class="comment-awaiting-moderation"><?php _e( 'Your comment is awaiting moderation.' ) ?></em>
<br />
<?php endif; ?>

<div class="comment-meta commentmetadata"><a href="<?php echo esc_url( get_comment_link( $comment->comment_ID, $args ) ); ?>">
<?php
/* translators: 1: date, 2: time */
printf( __( '%1$s at %2$s' ), get_comment_date(), get_comment_time() ); ?></a><?php edit_comment_link( __( '(Edit)' ), '&nbsp;&nbsp;', '' );
?>
</div>

<?php comment_text( get_comment_id(), array_merge( $args, array( 'add_below' => $add_below, 'depth' => $depth, 'max_depth' => $args['max_depth'] ) ) ); ?>

<?php
comment_reply_link( array_merge( $args, array(
'add_below' => $add_below,
'depth' => $depth,
'max_depth' => $args['max_depth'],
'before' => '<div class="reply">',
'after' => '</div>'
) ) );
?>

<?php if ( 'div' != $args['style'] ) : ?>
</div>