We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 147f9c2 commit e37b9d1Copy full SHA for e37b9d1
1 file changed
views/altapay-payment-form-external.php
@@ -10,7 +10,7 @@
10
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
11
<link href="https://fonts.googleapis.com/css2?family=Open+Sans:wght@300..800&family=Roboto&display=swap"
12
rel="stylesheet">
13
- <title>AltaPay</title>
+ <title><?php bloginfo( 'name' ); ?></title>
14
<style>
15
* {
16
box-sizing: border-box;
@@ -27,7 +27,7 @@
27
28
.site-branding {
29
text-align: center;
30
- padding: 15px;
+ padding: 30px 0 15px;
31
max-width: 1100px;
32
margin: 0 auto;
33
}
@@ -678,7 +678,9 @@
678
679
680
.site-branding img {
681
+ max-width: 180px;
682
max-height: 120px;
683
+ height: auto;
684
width: auto;
685
686
0 commit comments