Make the shipping fields vertically aligned with the billing fields in Twenty Nineteen.
This commit is contained in:
parent
93277da7b1
commit
83ad2c4993
|
@ -588,6 +588,12 @@
|
|||
}
|
||||
}
|
||||
|
||||
.woocommerce-shipping-fields {
|
||||
h3 {
|
||||
margin: 1.42em 0;
|
||||
}
|
||||
}
|
||||
|
||||
.clear {
|
||||
clear: both;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue