From cf75d2c85a6976e398e65e8915be9a060fbf17be Mon Sep 17 00:00:00 2001 From: Marcus Quinn Date: Mon, 17 Mar 2025 00:10:44 +0000 Subject: [PATCH] Increase theme panel image height to 600px for full display --- admin/settings.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/admin/settings.php b/admin/settings.php index 349b06b..1d57153 100644 --- a/admin/settings.php +++ b/admin/settings.php @@ -1613,7 +1613,7 @@ function wp_allstars_settings_page() { overflow: hidden; } #wpa-theme-list .theme-screenshot { - height: 450px; + height: 600px; } #wpa-theme-list .theme-screenshot img { height: 100%;