Centering the pagination in bootstrap

前端 未结 14 2019
隐瞒了意图╮
隐瞒了意图╮ 2020-12-07 13:30

I have this code in pagination


      
14条回答
  •  一生所求
    2020-12-07 14:29

    This css works for me:

    .dataTables_paginate {
       float: none !important;
       text-align: center !important;
    }
    

提交回复
热议问题