Skip to content

Commit c9e2c05

Browse files
authored
Merge pull request #396 from themebeez/dev/ashok
Margin update for cart subtotals section in the cart page
2 parents 16c1fc9 + 10308c2 commit c9e2c05

File tree

4 files changed

+8
-3
lines changed

4 files changed

+8
-3
lines changed

assets/dist/css/main-style-rtl.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

assets/dist/css/main-style.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

assets/dist/css/main-style.css.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

assets/src/scss/custom/_custom-styles.scss

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1672,6 +1672,11 @@ body.woocommerce:not(.no-sidebar) #content div.product div.summary {
16721672
padding: 30px;
16731673
}
16741674

1675+
.woocommerce .cart-collaterals:not(.os-cart-totals-wrapper) .cart_totals,
1676+
.woocommerce-page .cart-collaterals:not(.os-cart-totals-wrapper) .cart_totals {
1677+
margin-top: 40px;
1678+
}
1679+
16751680
#add_payment_method .cart-collaterals .cart_totals table,
16761681
.woocommerce-cart .cart-collaterals .cart_totals table,
16771682
.woocommerce-checkout .cart-collaterals .cart_totals table {

0 commit comments

Comments
 (0)