bootstrap-paginator
bootstrap-paginator copied to clipboard
`alignment` is not supported with Bootstrap v3, is there a way to achieve this?
Better to have this parameter available for both Bootstrap v3 and v2
You can wrap the div
of the pager with text-center
in Bootstrap v3
<div class="text-center">
<ul class="pager"></ul>
</div>