I’m using List Load with fs-list-pagesiblings=“1,1,0,0” and fs-list-pageboundary=“1” for my pagination to keep the layout compact on mobile. This setup works visually for keeping the pagination narrow, but I’m running into confusing behavior with page visibility:
On desktop/tablet, everything looks great (siblings = 1).
On mobile (where siblings = 0), certain page numbers are missing from the pagination entirely.
The pagination behavior you’re seeing with fs-list-pagesiblings="0" on mobile is actually expected. When siblings is set to 0, the pagination only shows the current page, boundary pages, and ellipsis when needed - which explains why page 4 is “missing” in your screenshot.
You have a few ways to fix this:
For the best balance between compact design and usability, try adjusting your boundary settings:
The first option will likely solve your issue while maintaining good navigation context on smaller screens. The responsive boundary system gives you control over how many pages show at the beginning and end across different screen sizes.
Let us know if you need further help with this! @Support-Luis or @Support-Pedro can assist if you’d like to explore custom CSS solutions for pagination overflow on mobile.
I am not sure I understand your explanation - you said that when siblings is set to 0, pagination shows the current page, but when I am on page 4, it’s clearly not visible (the first screenshot).
Hi @Support-Luis, unfortunately I can’t provide a read-only link here due to confidentiality. Is there another way I can receive support? I can provide more screenshots and a screen recording as well.