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 | 251 | 2 weeks ago | ||
| 5 | 317 | 2 weeks ago | ||
| 1 | 310 | 4 weeks ago | ||
| 1 | 348 | 1 month ago | ||
| 4 | 474 | 2 months ago |