This topic has 2 replies, 2 voices, and was last updated 6 years, 2 months ago ago by Rose Tyler
Hello,
in the “Cart” page I translated “Return to shop” to “Continua gli acquisti” and this goes to me on the “Update cart” button
I would like it to remain side by side as in the English version
Thanks a lot,
Dario
Hello,
Please add this code in Global custom css:
@media only screen and (min-width: 768px) {
.woocommerce-cart .actions > div:first-child {
width: 40%;
}
.woocommerce-cart .actions > div:last-child {
width: 60%;
}
}
Regards
You must be logged in to reply to this topic.Log in/Sign up