#49008 closed defect (bug) (fixed)
Twenty Twenty: Customizer widgets' edit buttons are partially obstructed on smaller screens
Reported by: | sumitsingh | Owned by: | 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)
Change History (12)
#1
@
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
@
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
#3
@
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.
#5
@
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.
Bug screenshot file