diff --git a/components/com_kunena/site/template/crypsis/layouts/topic/row/default.php b/components/com_kunena/site/template/crypsis/layouts/topic/row/default.php index 6c9bb1381e..a3a46270f9 100644 --- a/components/com_kunena/site/template/crypsis/layouts/topic/row/default.php +++ b/components/com_kunena/site/template/crypsis/layouts/topic/row/default.php @@ -18,7 +18,7 @@ $author = $topic->getLastPostAuthor(); $avatar = $author->getAvatarImage('img-rounded', 'thumb'); $category = $this->topic->getCategory(); -$cols = empty($this->checkbox) ? 4 : 5; +$cols = empty($this->checkbox) ? 5 : 6; $category = $this->topic->getCategory(); $config = KunenaConfig::getInstance(); $txt = '';