diff --git a/e107_handlers/comment_class.php b/e107_handlers/comment_class.php index 4426584a5..f6497cbbb 100644 --- a/e107_handlers/comment_class.php +++ b/e107_handlers/comment_class.php @@ -263,7 +263,7 @@ class comment // ------------------------------------------------------------- - $indent = ($action == 'reply') ? " class='media col-md-offset-1 offset1' " : " class='media' "; + $indent = ($action == 'reply') ? " class='media offset-md-1 col-md-offset-1 offset1' " : " class='media' "; $formid = ($action == 'reply') ? "e-comment-form-reply" : "e-comment-form"; $text = "\n\n".e107::getMessage()->render('postcomment', true, false, false);//temporary here @@ -482,7 +482,7 @@ class comment { $renderstyle = $COMMENT_TEMPLATE['item_start']; - $renderstyle .= "
".$COMMENT_TEMPLATE['item']."
"; + $renderstyle .= "
".$COMMENT_TEMPLATE['item']."
"; $renderstyle .= $COMMENT_TEMPLATE['item_end']; } else