Opened 5 years ago
Last modified 6 months ago
#45922 new enhancement
Twenty Nineteen: Reduce excess space at the bottom of the page
Reported by: |
|
Owned by: | |
---|---|---|---|
Milestone: | Future Release | Priority: | low |
Severity: | normal | Version: | 5.0.2 |
Component: | Bundled Theme | Keywords: | needs-patch 2nd-opinion close |
Focuses: | css | Cc: |
Description
As noted by @dartiss on the Twenty Nineteen GitHub repository, there's a bit of extra space on the bottom of the page under the following circumstances:
- You're logged in and can see the "Edit" link
- You're viewing a single page (not a post)
- You do not have any widgets in the widget area
That extra spacing doesn't show up for logged-out visitors. This should be cleaned up, but since it happens under such specific criteria, the difficult part of a fix is just ensuring that a fix doesn't remove space in other viewing circumstances.
More background here: https://github.com/WordPress/twentynineteen/issues/584
Screenshot:
Note: See
TracTickets for help on using
tickets.
As part of the proposal to retire default themes, Twenty Nineteen might not have any more enhancements soon.
On screens larger than 768 pixels wide, the
3rem
bottom margin from.entry-footer
plus3rem
top margin from.site-info
totals 132 pixels at the standard font size.@xkon suggested on the original issue that the
.entry-footer
bottom margin could be reduced to1rem
for logged-in users.More than four years after the ticket was opened, I suggest leaving the margins unchanged.