From 5b1c6258dd7bd51483543abf92560c0f5b815b83 Mon Sep 17 00:00:00 2001
From: Marcus Quinn <marcus@agentdesign.co.uk>
Date: Fri, 14 Mar 2025 05:15:40 +0000
Subject: [PATCH] Fix theme card button positioning: - Remove hover states and
 white overlay - Make buttons permanently visible - Keep buttons in
 bottom-right position - Clean up unnecessary CSS

---
 admin/settings.php | 7 ++-----
 1 file changed, 2 insertions(+), 5 deletions(-)

diff --git a/admin/settings.php b/admin/settings.php
index a4c3db2..25a11e7 100644
--- a/admin/settings.php
+++ b/admin/settings.php
@@ -345,14 +345,11 @@ function wpa_superstar_ajax_get_theme() {
             position: absolute;
             right: 0;
             bottom: 0;
-            height: 100%;
-            padding: 0 15px;
-            background: #f6f7f7;
-            border-left: 1px solid #dcdcde;
+            height: 48px;
+            padding: 10px 15px;
             display: flex;
             align-items: flex-end;
             gap: 5px;
-            padding-bottom: 13px;
         }
         .theme-browser .theme .theme-actions .button {
             margin: 0;