It would be nice to know if it's possible to get the pagination to render in blocks of 10?
last edited 02/14/23 by pamtbaau
It would be nice to know if it's possible to get the pagination to render in blocks of 10?
@jzedward,
On the outer div of the page numbers, you could use a grid. For example the following will position all children in 10 columns with each child having the same width.
display: grid;
grid-template-columns: repeat(10, 1fr);
Log in to reply.
| Topic | Participants | Replies | Views | Activity |
|---|---|---|---|---|
| 3 | 72 | 1 hour ago | ||
| 1 | 158 | 3 days ago | ||
| 1 | 221 | 2 weeks ago | ||
| 4 | 349 | 1 month ago | ||
| 4 | 706 | 3 months ago |