Hello, picandocodigo.
Everything is okay with the paginator, until it goes beyond 21 page. It creates new row below the first one. Each rows overlaps each others. There’s also number that break if it’s at the end of a row, like page 22. (screenshot)
I tried to modify the style a little bit, like this:
.lcp_paginator li{
border: 1px solid;
display: inline-block;
margin: 2px;
padding: 0 5px;
}
It solved the overlapping issue, but it makes it not justified.. (screenshot)
I think it’s best to go with your plan: adding prev, next, first, last. Just to make it not goes beyond one row, it doesn’t have to show all pages numbers, etc.
Thanks for all your great works! ??