4
The code below even exaggerated the centralized alignment classes, and still does not centralize (Twitter-Bootstrap 3.7):
<section>
<div class="container">
<div class="row">
<div class="col-xs-12 col-sm-12 col-md-6 col-lg-6 center-block text-center">
<nav aria-label="Paginação">
<ul class="pagination pagination-lg pagination-centered center-block text-center">
<li class='active'><a href="?pg=<?php echo $dry*$st; ?>"><?php echo $dry*$st; ?></a></li>
<li><a href="?pg=<?php echo $dry*$st; ?>"><?php echo $dry*$st; ?></a></li>
</ul>
</nav>
</div>
</div>
</div>
</section>
Perfect, thank you Hugo!
– ElvisP
I understood, I inspected the elements of the Nav and I understood better, I believe that no more mistake with this =)
– ElvisP