Mobile spacing in comment

This commit is contained in:
Fabiano Alencar 2018-03-29 12:24:12 -03:00
parent e7e8687aa0
commit 7a45ff1547
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@ function tainacan_Comments_Callback($comment, $args, $depth) {
global $post;
//var_dump($args);die;
$class_has = "has-children media comment-". $comment->comment_ID; ?>
<div <?php comment_class( $args['has_children'] ? $class_has : 'parent media pb-sm-3' ); ?> id="comment-<?php comment_ID() ?>">
<div <?php comment_class( $args['has_children'] ? $class_has : 'parent media pb-3' ); ?> id="comment-<?php comment_ID() ?>">
<?php
$arg = array('class' => 'img-fluid rounded-circle mr-sm-3', );
echo get_avatar($comment, 60, '', '', $arg);