How to put fixed pagination underneath

How to put fixed pagination underneath!

 $dataProvider = new ActiveDataProvider([
        'query' => $query,
        'pagination' => [
            'pageSize' =>12 ,


        ],
        'sort' => [
            'attributes' => [
                'nome',
                'preco' => [
                    'label' => 'Preço',
                    'asc' => [
                        'media_valor' => SORT_ASC,
                    ],
                    'desc' => [
                        'media_valor' => SORT_DESC,
                    ],


                ]

            ]
        ]
    ]);

paginatiooooooon|690x308