Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions css/responsive.css
Original file line number Diff line number Diff line change
Expand Up @@ -461,6 +461,10 @@
width: 100%;
}

.woocommerce-cart .woocommerce .wc-proceed-to-checkout {
width: 100%;
}

.woocommerce-page .woocommerce-checkout #customer_details.col2-set .col-1,
.woocommerce-page .woocommerce-checkout #customer_details.col2-set .col-2 {
float: none;
Expand Down
4 changes: 4 additions & 0 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,10 @@ If you want the theme to be translated into your language, feel free to contribu
/**********************************************************/

== Changelog ==
= Version 1.4.8 - TDB =
* Enhancement - Improve update cart disabled button design.
* Tweak - Increase width and make proceed to checkout button mobile friendly.

= Version 1.4.7 - 2020-04-18 =
* Enhancement - Removed angle down fav icon from login link.
* Fix - Customizer not loading due to header top bar activate callback.
Expand Down
7 changes: 6 additions & 1 deletion sass/theme/inner-page/_cart.scss
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,11 @@
padding: 6px 0;
}

.woocommerce .woocommerce-cart-form button.button:disabled {
color: #fff;
padding: 0 20px;
}

.woocommerce .cart-collaterals {
.cart_totals {
float: left;
Expand Down Expand Up @@ -152,7 +157,7 @@

.woocommerce-cart .woocommerce .wc-proceed-to-checkout {
float: right;
width: 60%;
width: 65%;
padding: 0;
a.checkout-button {
background: #333333 none repeat scroll 0 0;
Expand Down
7 changes: 6 additions & 1 deletion style.css
Original file line number Diff line number Diff line change
Expand Up @@ -4127,6 +4127,11 @@ ul.wp-block-gallery {
padding: 6px 0;
}

.woocommerce .woocommerce-cart-form button.button:disabled {
color: #fff;
padding: 0 20px;
}

.woocommerce .cart-collaterals .cart_totals {
float: left;
color: #333;
Expand Down Expand Up @@ -4203,7 +4208,7 @@ ul.wp-block-gallery {

.woocommerce-cart .woocommerce .wc-proceed-to-checkout {
float: right;
width: 60%;
width: 65%;
padding: 0;
}

Expand Down