Make WordPress Core

Opened 5 years ago

Closed 5 months ago

Last modified 5 months ago

#49008 closed defect (bug) (fixed)

Twenty Twenty: Customizer widgets' edit buttons are partially obstructed on smaller screens

Reported by: sumitsingh's profile sumitsingh Owned by: karmatosed's profile karmatosed
Milestone: 6.7 Priority: normal
Severity: normal Version: 5.3.1
Component: Bundled Theme Keywords: has-patch has-screenshots needs-testing commit
Focuses: ui, css, administration Cc:

Description

Hi,

Design issue in customize.php on Twenty Twenty theme.

For more information sees mention screenshot.

Thanks

Attachments (4)

Customize wpfdemo – Just another WordPress site.png (73.0 KB) - added by sumitsingh 5 years ago.
Bug screenshot file
49008.patch (964 bytes) - added by sabernhardt 3 years ago.
Twenty Twenty at iPad size with adjustment to section-inner class width
2020-customizer-preview-ipad-size-with-patch.png (105.5 KB) - added by sabernhardt 3 years ago.
49008.1.patch (1.0 KB) - added by sabernhardt 8 months ago.
only applies reduced width to the footer nav/widgets container

Download all attachments as: .zip

Change History (12)

#1 @sumitsingh
5 years ago

I have also a solution. changed width: calc(100% - 4rem); to width: calc(100% - 8rem); in wp-content/themes/twentytwenty/style.css

.section-inner {

margin-left: auto;
margin-right: auto;
max-width: 120rem;
width: calc(100% - 8rem);

}

#2 @SergeyBiryukov
5 years ago

  • Component changed from Customize to Bundled Theme
  • Summary changed from Design issue in Ipad to Twenty Twenty: Design issue in Customizer on iPad

@sabernhardt
3 years ago

Twenty Twenty at iPad size with adjustment to section-inner class width

#3 @sabernhardt
3 years ago

  • Keywords has-patch has-screenshots added

Related: #46969 shows the same issue in Twenty Nineteen, and buttons can be cut off even more in Twenty Twenty-One. Ideally, this could be fixed in the Customizer, though I'm not convinced it can.

Twenty Fourteen and Twenty Seventeen already adjust the site title and/or edit buttons.

So 49008.patch reduces the width of Twenty Twenty's section-inner class in the Customizer to make space for the footer widgets' Edit buttons, as recommended above.

#4 @sumitsingh
3 years ago

Hi Guys,

Any update about this things?

@sabernhardt
8 months ago

only applies reduced width to the footer nav/widgets container

#5 @sabernhardt
8 months ago

  • Keywords needs-testing added
  • Summary changed from Twenty Twenty: Design issue in Customizer on iPad to Twenty Twenty: Customizer widgets' edit buttons are partially obstructed on smaller screens

The first patch had affected some elements within the content area (on a home page of posts). The revised patch targets only the container for footer navigation and widgets.

#6 @karmatosed
5 months ago

  • Owner set to karmatosed
  • Status changed from new to assigned

Assigning to myself to test and review.

#7 @karmatosed
5 months ago

  • Resolution set to fixed
  • Status changed from assigned to closed

In 58778:

Twenty Twenty: Fixes Customizer widget edit buttons being obstructed on smaller screens.

When the screen is smaller the edit buttons are obscured. This resolves that problem for the smaller screens and only targets the container for footer navigation and widgets.

Props sumitsingh, SergeyBiryukov, sabernhardt.
Fixes #49008.

#8 @karmatosed
5 months ago

  • Keywords commit added
  • Milestone changed from Awaiting Review to 6.7
Note: See TracTickets for help on using tickets.