text-align: center;
.blog-item {
margin-right: 30px;
}
<div class="col-6 someMyClass">
<div class="col-6">
<div class="someMyClass">
отобрать все блоги, в которых есть абсолютно все доступные тэги
$query->andFilterWhere(['service_id' => $tags]);
Category::find()->all();
$this->data = Category::find()->all;
$this->data = Category::find()->all();
if ( $this->tpl === null ){
$this->tpl = 'menu';
}
$this->tpl .= '.php';
$this->view->render('menu');