Opened 2 years ago
Closed 2 years ago
#42051 closed defect (bug) (fixed)
Customize: Publish settings section overlaps controls pane on larger monitors
Reported by: | westonruter | Owned by: | sayedwp |
---|---|---|---|
Milestone: | 4.9 | Priority: | normal |
Severity: | normal | Version: | |
Component: | Customize | Keywords: | needs-patch |
Focuses: | Cc: |
Description
As reported in #39896 by @bduclos :
CSS bug: for large screens, the new publish panel is overlapped by the controls panel. Inside customize-controls.css, the following lines are missing:
@media screen and (min-width: 1667px){ .outer-section-open .wp-full-overlay.expanded { margin-left: 18%; } }
For more specifics on what needs to be done, see [40511] for how the width of the controls pane was made variable for #32296..
Change History (4)
Note: See
TracTickets for help on using
tickets.
WIP PR https://github.com/xwp/wordpress-develop/pull/268