[wp-trac] [WordPress Trac] #57433: Pagination issue in Twenty Twenty-One theme
WordPress Trac
noreply at wordpress.org
Mon Jan 9 10:37:29 UTC 2023
#57433: Pagination issue in Twenty Twenty-One theme
-----------------------------+------------------------------
Reporter: patelhitesh | Owner: (none)
Type: enhancement | Status: new
Priority: normal | Milestone: Awaiting Review
Component: Bundled Theme | Version:
Severity: normal | Resolution:
Keywords: has-screenshots | Focuses: css
-----------------------------+------------------------------
Changes (by audrasjb):
* keywords: needs-patch has-screenshots needs-design-feedback => has-
screenshots
* focuses: javascript, css => css
* component: Themes => Bundled Theme
Comment:
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.
--
Ticket URL: <https://core.trac.wordpress.org/ticket/57433#comment:1>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform
More information about the wp-trac
mailing list