DeltaHF
Well-known member
Is it possible to adjust the number of pages displayed in the PageNav?
I find there's just a few too many shown by default, especially when longer page numbers (and mobile screens) become a factor.
UPDATE: I've figured out I can sort-of do this by editing the width of the "scrollable" segment of the PageNav with the following addition to EXTRA.css. You'll need to adjust this to your own needs.
I find there's just a few too many shown by default, especially when longer page numbers (and mobile screens) become a factor.
UPDATE: I've figured out I can sort-of do this by editing the width of the "scrollable" segment of the PageNav with the following addition to EXTRA.css. You'll need to adjust this to your own needs.
HTML:
.PageNav .scrollable {
width: 61px;
}
Last edited: