-
Notifications
You must be signed in to change notification settings - Fork 4.5k
Closed
Labels
[Block] Query PaginationAffects the Query Pagination Block - used for pagination within the Query Loop BlockAffects the Query Pagination Block - used for pagination within the Query Loop Block[Feature] BlocksOverall functionality of blocksOverall functionality of blocks[Status] In ProgressTracking issues with work in progressTracking issues with work in progress
Description
What problem does this address?
The new layout controls in the query pagination block give us the ability to align the next/previous buttons, which is super helpful, but when there are fewer posts on a blog, these next/previous links aren't output which means the page numbers can jump around a bit, for example:
What is your proposed solution?
In Blockbase we use CSS Grids to control the position of these elements, which means if one is missing then they continue to stay in the same place.
In addition it would also be useful to have an option to hide page numbers on smaller screen sizes.
Metadata
Metadata
Assignees
Labels
[Block] Query PaginationAffects the Query Pagination Block - used for pagination within the Query Loop BlockAffects the Query Pagination Block - used for pagination within the Query Loop Block[Feature] BlocksOverall functionality of blocksOverall functionality of blocks[Status] In ProgressTracking issues with work in progressTracking issues with work in progress