diff --git a/src/wp-admin/css/themes.css b/src/wp-admin/css/themes.css index 4b793a0fd2..fed12dcf89 100644 --- a/src/wp-admin/css/themes.css +++ b/src/wp-admin/css/themes.css @@ -896,6 +896,15 @@ body.folded .theme-browser ~ .theme-overlay .theme-wrap { .theme-browser .theme:nth-child(3n) { margin-right: 0; } + + .theme-overlay .theme-about { + bottom: 105px; + } + + .theme-overlay .theme-actions { + padding-left: 4%; + padding-right: 4%; + } } @media only screen and (max-width: 650px) {