Merge pull request #31539 from nagpai/fix/30209

Fix columns in checkout page for TwentyTwenty theme
This commit is contained in:
Peter Fabian 2022-03-24 10:57:22 +01:00 committed by GitHub
commit 8cd3a86aaa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 4 deletions

View File

@ -193,6 +193,7 @@ a.button {
font-family: $headings;
list-style: none;
overflow: hidden;
width: 100%;
}
.woocommerce-message,
@ -1663,6 +1664,7 @@ a.reset_variations {
form[name="checkout"] {
display: table;
width: 100%;
}
.blockUI.blockOverlay {
@ -2547,10 +2549,6 @@ a.reset_variations {
max-width: 1600px;
padding: 4vw 6vw;
margin: 0 auto;
.site-main {
}
}
.onsale {