Answer the question
In order to leave comments, you need to log in
How to move the buttons in the basket to the left?
Hello.
Tell me how to transfer the buttons to update the cart and checkout to the left side. Because there is a problem on the mob. devices.
Screenshot:
Code cart.php
https://pastebin.com/ay11USNH
Answer the question
In order to leave comments, you need to log in
You can fix it with styles.
For example like this (for screens less than 600px):
.woocommerce table.cart td.actions > .checkout-button,
.woocommerce-page table.cart td.actions > .checkout-button {
float: left;
}
.woocommerce table.cart td.actions input[type="submit"] {
width: auto;
}
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question