Merge pull request #31539 from nagpai/fix/30209
Fix columns in checkout page for TwentyTwenty theme
This commit is contained in:
commit
8cd3a86aaa
|
@ -193,6 +193,7 @@ a.button {
|
||||||
font-family: $headings;
|
font-family: $headings;
|
||||||
list-style: none;
|
list-style: none;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
|
width: 100%;
|
||||||
}
|
}
|
||||||
|
|
||||||
.woocommerce-message,
|
.woocommerce-message,
|
||||||
|
@ -1663,6 +1664,7 @@ a.reset_variations {
|
||||||
|
|
||||||
form[name="checkout"] {
|
form[name="checkout"] {
|
||||||
display: table;
|
display: table;
|
||||||
|
width: 100%;
|
||||||
}
|
}
|
||||||
|
|
||||||
.blockUI.blockOverlay {
|
.blockUI.blockOverlay {
|
||||||
|
@ -2547,10 +2549,6 @@ a.reset_variations {
|
||||||
max-width: 1600px;
|
max-width: 1600px;
|
||||||
padding: 4vw 6vw;
|
padding: 4vw 6vw;
|
||||||
margin: 0 auto;
|
margin: 0 auto;
|
||||||
|
|
||||||
.site-main {
|
|
||||||
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.onsale {
|
.onsale {
|
||||||
|
|
Loading…
Reference in New Issue