Bootstrap: centering bootstrap 3 pagination
To make your bootstrap pagination centered on the page for bootstrap 2.x you easily add "pagination-centered" class. However for bootstrap 3 there is no such class name to center it on page. To center it just add a wrapper
with class="text-center". ... Reveal Code
PHP: Simple pagination
Simple PHP pagination uses a Twitter Bootstrap layout ... Reveal Code