From cf4db41d29469889c2fc9f8b3df876ede9b2172b Mon Sep 17 00:00:00 2001 From: Marcus Quinn Date: Fri, 14 Mar 2025 04:44:40 +0000 Subject: [PATCH] Fix theme card button positioning: - Increase min-height to 800px to accommodate all content - Position buttons at absolute bottom of card --- admin/settings.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/admin/settings.php b/admin/settings.php index 9e6206c..b0c1406 100644 --- a/admin/settings.php +++ b/admin/settings.php @@ -314,7 +314,7 @@ function wpa_superstar_ajax_get_theme() { border: 1px solid #dcdcde; box-shadow: 0 1px 1px rgba(0,0,0,.04); background: #fff; - min-height: 330px; + min-height: 800px; padding-bottom: 50px; } .theme-browser .theme .theme-screenshot {