diff --git a/src/wp-content/themes/twentytwenty/style-rtl.css b/src/wp-content/themes/twentytwenty/style-rtl.css index ccaa719a6634e..2b80e059ff490 100644 --- a/src/wp-content/themes/twentytwenty/style-rtl.css +++ b/src/wp-content/themes/twentytwenty/style-rtl.css @@ -6416,3 +6416,12 @@ a.to-the-top > * { top: 0; } } + +@media ( max-width: 800px ) { + + /* Customizer ---------------------------- */ + + .customize-partial-edit-shortcuts-shown .footer-nav-widgets-wrapper .footer-inner.section-inner { + width: calc(100% - 8rem); + } +} diff --git a/src/wp-content/themes/twentytwenty/style.css b/src/wp-content/themes/twentytwenty/style.css index 6bfa93cc35330..75625d39ec729 100644 --- a/src/wp-content/themes/twentytwenty/style.css +++ b/src/wp-content/themes/twentytwenty/style.css @@ -6532,3 +6532,12 @@ a.to-the-top > * { top: 0; } } + +@media ( max-width: 800px ) { + + /* Customizer ---------------------------- */ + + .customize-partial-edit-shortcuts-shown .footer-nav-widgets-wrapper .footer-inner.section-inner { + width: calc(100% - 8rem); + } +}