A
A
Ajax2018-07-11 14:31:13
WordPress
Ajax, 2018-07-11 14:31:13

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:
5b45e9cf8b7c4891239720.jpeg
Code cart.php
https://pastebin.com/ay11USNH

Answer the question

In order to leave comments, you need to log in

1 answer(s)
D
Dinwid, 2018-07-11
@karimsin

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;
}

But you have problems not only with the buttons ....

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question