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
Community guidelines
Please keep discussions civil and on-topic. Repeated violations may lead to a temporary ban.
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 |
|---|---|---|---|---|
| 4 | 193 | 2 months ago | ||
| 3 | 90 | 2 months ago | ||
| 11 | 449 | 3 months ago | ||
| 0 | 44 | 3 months ago | ||
| 5 | 123 | 3 months ago |