Hi,
I would like the button “proceed to checkout’ in the shopping cart, smaller and centered.
I added css:
.checkout-button {
width: 60% !important;
margin-left: auto !important;
margin-right: auto !important;
}
But that doesn’t work. Can you help?
Regards, Myra