Fix theme card button positioning: - Increase min-height to 800px to accommodate all content - Position buttons at absolute bottom of card

This commit is contained in:
Marcus Quinn
2025-03-14 04:44:40 +00:00
parent 5f3d937cce
commit cf4db41d29

View File

@ -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 {