Update checkout page max-width
This commit is contained in:
parent
82b2fcc204
commit
5ceb9e43c5
|
@ -1646,6 +1646,11 @@ a.reset_variations {
|
|||
|
||||
.woocommerce-checkout {
|
||||
|
||||
.woocommerce {
|
||||
max-width: var(--responsive--alignwide-width);
|
||||
margin: 0 auto;
|
||||
}
|
||||
|
||||
ul.woocommerce-error {
|
||||
flex-direction: column;
|
||||
align-items: flex-start;
|
||||
|
|
Loading…
Reference in New Issue