Opened 11 months ago
Last modified 8 months ago
#57433 new enhancement
Twenty Twenty-One: Pagination issue
Reported by: |
|
Owned by: | |
---|---|---|---|
Milestone: | Awaiting Review | Priority: | normal |
Severity: | normal | Version: | |
Component: | Bundled Theme | Keywords: | has-screenshots |
Focuses: | css | Cc: |
Description
In the Twenty Twenty-One theme, when we inspect the page set the width 768px then pagination links are not displayed.
Steps to reproduce:
Activate the Twenty Twenty-One theme
Inspect the page and set the width to 768px
The pagination links are not displayed
Attachments (2)
Change History (6)
#1
@
11 months ago
- Component changed from Themes to Bundled Theme
- Focuses javascript removed
- Keywords needs-patch needs-design-feedback removed
Hello @patelhitesh, welcome to Trac and thank you for this ticket,
Here is the generated CSS rule causing this behavior:
@media only screen and (max-width: 821px) { .pagination .page-numbers, .comments-pagination .page-numbers { display: none; } }
This is the expected behavior: pagination links take a lot of room on small screens, and are not strictly necessary since the links to previous and next posts are still displayed.
#2
@
11 months ago
Hello @audrasjb
Thank you for your message.
I understand that pagination links take a lot of room to display page links but we can expect at least a 768px layout.
Pagination issue in the Twenty Twenty-One theme