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:
@ -314,7 +314,7 @@ function wpa_superstar_ajax_get_theme() {
|
|||||||
border: 1px solid #dcdcde;
|
border: 1px solid #dcdcde;
|
||||||
box-shadow: 0 1px 1px rgba(0,0,0,.04);
|
box-shadow: 0 1px 1px rgba(0,0,0,.04);
|
||||||
background: #fff;
|
background: #fff;
|
||||||
min-height: 330px;
|
min-height: 800px;
|
||||||
padding-bottom: 50px;
|
padding-bottom: 50px;
|
||||||
}
|
}
|
||||||
.theme-browser .theme .theme-screenshot {
|
.theme-browser .theme .theme-screenshot {
|
||||||
|
Reference in New Issue
Block a user