Centering the pagination in bootstrap

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

I have this code in pagination


      
14条回答
  •  一整个雨季
    2020-12-07 14:22

    For both Bootstrap 3.0 and 2.3.2, to center pagination, the .text-center class can be applied to the containing div.

    Note: Where to apply the .pagination class in the markup has changed between Bootstrap 2.3.2 and 3.0. See below, or read the Bootstrap docs on pagination: Bootstrap 3.0, Bootstrap 2.3.2.

    Bootstrap 3 Example

    http://jsfiddle.net/mynameiswilson/eYNMu/

    Bootstrap 2.3.2 Example

    
    

    http://jsfiddle.net/mynameiswilson/84X3M/

提交回复
热议问题