-
Notifications
You must be signed in to change notification settings - Fork 4.8k
Admin UI: support footers #78902
Copy link
Copy link
Open
Labels
Design SystemIssues related to the system of combining components according to best practices.Issues related to the system of combining components according to best practices.[Package] Admin UI/packages/admin-ui/packages/admin-ui
Metadata
Metadata
Assignees
Labels
Design SystemIssues related to the system of combining components according to best practices.Issues related to the system of combining components according to best practices.[Package] Admin UI/packages/admin-ui/packages/admin-ui
Type
Fields
Give feedbackNo fields configured for Enhancement.
Projects
StatusShow more project fields
No status
Parent issue: #77628
Currently, it's complicated for consumers to add sticky footers to pages and dashboards using
Pagecomponent because it basically requires overwriting various pre-existing container styles in WP Admin andPage.Sometimes implementation requires guestimating header+tabs implementation height, like is done at WP Fonts page.
It's also possible to get it wrong, and a longer navigation sidebar with modified container styles can affect how sidebar dropdowns are positioned (example).
Here's how the Fonts page footer implementation looks:
Screen.Recording.2026-06-02.at.17.40.59.mov
That page might not need footer, but it's typical for plugin developers to add consistent footer in their plugin pages.
WordPress itself even has a footer, but currently, any WP Built page does not support the regular WP Admin footer, which may or may not be by design. :-) (cc @jasmussen you might know?)
Solutions